]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix navbar IE (#23652)
authorMartijn Cuppens <MartijnCuppens@users.noreply.github.com>
Tue, 12 Sep 2017 08:32:43 +0000 (10:32 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 Sep 2017 08:32:43 +0000 (11:32 +0300)
scss/_navbar.scss

index ed49b76b9b2582003305c02401c4606a25ca5743..45c1e05d4eee1314bf527b5a6a8b118cdc3651bd 100644 (file)
@@ -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;