We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4569cac + 2fe8ed5 commit fbea794Copy full SHA for fbea794
scss/_nav.scss
@@ -211,8 +211,8 @@
211
.nav-justified {
212
> .nav-link,
213
.nav-item {
214
- flex-basis: 0;
215
flex-grow: 1;
+ flex-basis: 0;
216
text-align: center;
217
}
218
scss/_navbar.scss
@@ -139,8 +139,8 @@
139
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
140
// on the `.navbar` parent.
141
.navbar-collapse {
142
- flex-basis: 100%;
143
+ flex-basis: 100%;
144
// For always expanded or extra full navbars, ensure content aligns itself
145
// properly vertically. Can be easily overridden with flex utilities.
146
align-items: center;
0 commit comments