diff options
| author | Martijn Cuppens <[email protected]> | 2017-09-12 10:32:43 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-09-12 11:32:43 +0300 |
| commit | 0ccb1e8d9ac5736480b8b5cf0c5e8f0e2c0163cd (patch) | |
| tree | f737d34ab8ac0d0379b78888fedb2a198f4d0652 | |
| parent | 1a35257642f3691b5f3489eb36d1919fc1c2dc20 (diff) | |
| download | bootstrap-0ccb1e8d9ac5736480b8b5cf0c5e8f0e2c0163cd.tar.xz bootstrap-0ccb1e8d9ac5736480b8b5cf0c5e8f0e2c0163cd.zip | |
Fix navbar IE (#23652)
| -rw-r--r-- | scss/_navbar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ed49b76b9..45c1e05d4 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -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; |
