8000 fix: reorder properties to resolve `stylelint` warning · coreui/coreui@603a733 · GitHub
[go: up one dir, main page]

Skip to content

Commit 603a733

Browse files
committed
fix: reorder properties to resolve stylelint warning
1 parent 013efc9 commit 603a733

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 431D
145145
// properly vertically. Can be easily overridden with flex utilities.
146146
align-items: center;

0 commit comments

Comments
 (0)
0