1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Merge branch 'v4-dev' into patch-1

This commit is contained in:
Johann-S
2017-09-12 10:45:06 +02:00
committed by GitHub

View File

@@ -97,7 +97,7 @@
// the default flexbox row orienation. Requires the use of `flex-wrap: wrap` // the default flexbox row orienation. Requires the use of `flex-wrap: wrap`
// on the `.navbar` parent. // on the `.navbar` parent.
.navbar-collapse { .navbar-collapse {
flex-basis: 100%; flex-grow: 1;
// For always expanded or extra full navbars, ensure content aligns itself // For always expanded or extra full navbars, ensure content aligns itself
// properly vertically. Can be easily overridden with flex utilities. // properly vertically. Can be easily overridden with flex utilities.
align-items: center; align-items: center;