Skip to content

Commit

Permalink
Prevent .row from shrinking in flex container (twbs#30940)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and olsza committed Oct 3, 2020
1 parent e52d6f5 commit 3508c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid.scss
Expand Up @@ -6,6 +6,7 @@
--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 3508c2c

Please sign in to comment.