mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 19:20:23 +00:00
Fix navbar IE (#23652)
This commit is contained in:
parent
1a35257642
commit
0ccb1e8d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
// the default flexbox row orienation. Requires the use of `flex-wrap: wrap`
|
||||
// on the `.navbar` parent.
|
||||
.navbar-collapse {
|
||||
flex-basis: 100%;
|
||||
flex-grow: 1;
|
||||
// For always expanded or extra full navbars, ensure content aligns itself
|
||||
// properly vertically. Can be easily overridden with flex utilities.
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue