ditch abs positioned togglers for explicit justify-content: space-between on parent
This commit is contained in:
parent
89b47efc32
commit
1e424bfcf6
1 changed files with 0 additions and 11 deletions
|
|
@ -111,17 +111,6 @@
|
|||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
// Use `position` on the toggler to prevent it from being auto placed as a flex
|
||||
// item and allow easy placement.
|
||||
.navbar-toggler-left {
|
||||
position: absolute;
|
||||
left: $navbar-padding-x;
|
||||
}
|
||||
.navbar-toggler-right {
|
||||
position: absolute;
|
||||
right: $navbar-padding-x;
|
||||
}
|
||||
|
||||
// Generate series of `.navbar-toggleable-*` responsive classes for configuring
|
||||
// where your navbar collapses.
|
||||
.navbar-toggleable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue