diff options
| author | Mark Otto <[email protected]> | 2017-05-27 18:49:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 21:12:55 -0700 |
| commit | 48d17bc8b86af468230cba5420f3b56856b161c5 (patch) | |
| tree | 90d0c69bac5c24858a849f118a04e7e4e092092e | |
| parent | 8a2d845a4f7fe1611da79c6d4349d9bcd1117832 (diff) | |
| download | bootstrap-48d17bc8b86af468230cba5420f3b56856b161c5.tar.xz bootstrap-48d17bc8b86af468230cba5420f3b56856b161c5.zip | |
keep width, add comment
| -rw-r--r-- | scss/mixins/_grid-framework.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/mixins/_grid-framework.scss b/scss/mixins/_grid-framework.scss index f7346f4a9..ba341a6ec 100644 --- a/scss/mixins/_grid-framework.scss +++ b/scss/mixins/_grid-framework.scss @@ -36,7 +36,8 @@ } .col#{$infix}-auto { flex: 0 0 auto; - max-width: none; + width: auto; + max-width: none; // Reset earlier grid tiers } @for $i from 1 through $columns { |
