diff options
| author | Johann-S <[email protected]> | 2017-09-12 10:45:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-12 10:45:06 +0200 |
| commit | c22237dfbd620f95a385c195fa9d659e442554ea (patch) | |
| tree | 88f578fece4354fdb13e859d030bf9f81229b1a5 | |
| parent | 6cc8d326e208da5913ea22cb8307e3b5ae051fb2 (diff) | |
| parent | 0ccb1e8d9ac5736480b8b5cf0c5e8f0e2c0163cd (diff) | |
| download | bootstrap-c22237dfbd620f95a385c195fa9d659e442554ea.tar.xz bootstrap-c22237dfbd620f95a385c195fa9d659e442554ea.zip | |
Merge branch 'v4-dev' into patch-1
| -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; |
