Skip to content

Commit

Permalink
Set max-width to 100%
Browse files Browse the repository at this point in the history
Fixes #27114
  • Loading branch information
MartijnCuppens authored and mdo committed Sep 2, 2018
1 parent 9f53e06 commit 19afb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_grid-framework.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.col#{$infix}-auto {
flex: 0 0 auto;
width: auto;
max-width: none; // Reset earlier grid tiers
max-width: 100%; // Reset earlier grid tiers
}

@for $i from 1 through $columns {
Expand Down

0 comments on commit 19afb12

Please sign in to comment.