Skip to content

Commit

Permalink
Remove flex: 1 0 100% from rows (#31439)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
mdo and XhmikosR committed Aug 6, 2020
1 parent 89dc975 commit 1c8001a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/mixins/_grid.scss
Expand Up @@ -12,7 +12,6 @@

@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 1c8001a

Please sign in to comment.