Skip to content

Commit

Permalink
Prevent .row from shrinking in flex container (#30940)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jun 8, 2020
1 parent 5faf41e commit 92a728e
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 92a728e

Please sign in to comment.