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 authored and XhmikosR committed Jun 17, 2020
1 parent 7b5e48d commit e80e888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid.scss
Expand Up @@ -12,6 +12,7 @@

@mixin make-row($gutter: $grid-gutter-width) {
display: flex;
flex: 1 0 100%;
flex-wrap: wrap;
margin-right: -$gutter / 2;
margin-left: -$gutter / 2;
Expand Down

0 comments on commit e80e888

Please sign in to comment.