Skip to content

Commit

Permalink
Remove flex: 1 0 100% from rows (twbs#31439)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
2 people authored and olsza committed Oct 3, 2020
1 parent a0632ae commit 97f5cc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/mixins/_grid.scss
Expand Up @@ -6,7 +6,6 @@
--bs-gutter-x: #{$gutter};
--bs-gutter-y: 0;
display: flex;
flex: 1 0 100%;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1); // stylelint-disable-line function-blacklist
margin-right: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist
Expand Down

0 comments on commit 97f5cc4

Please sign in to comment.