Skip to content

Commit a5fd5bc

Browse files
mdoXhmikosR
andauthored
Remove flex: 1 0 100% from rows (#31439)
Co-authored-by: XhmikosR <[email protected]>
1 parent adf4567 commit a5fd5bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scss/mixins/_grid.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
--bs-gutter-x: #{$gutter};
77
--bs-gutter-y: 0;
88
display: flex;
9-
flex: 1 0 100%;
109
flex-wrap: wrap;
1110
margin-top: calc(var(--bs-gutter-y) * -1); // stylelint-disable-line function-blacklist
1211
margin-right: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist

0 commit comments

Comments
 (0)