Skip to content

Commit fbea794

Browse files
authored
Merge pull request #552 from vladrusu/main-patch7
Fix 2 CSS lint errors
2 parents 4569cac + 2fe8ed5 commit fbea794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@
211211
.nav-justified {
212212
> .nav-link,
213213
.nav-item {
214-
flex-basis: 0;
215214
flex-grow: 1;
215+
flex-basis: 0;
216216
text-align: center;
217217
}
218218
}

scss/_navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
140140
// on the `.navbar` parent.
141141
.navbar-collapse {
142-
flex-basis: 100%;
143142
flex-grow: 1;
143+
flex-basis: 100%;
144144
// For always expanded or extra full navbars, ensure content aligns itself
145145
// properly vertically. Can be easily overridden with flex utilities.
146146
align-items: center;

0 commit comments

Comments
 (0)