]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
keep width, add comment
authorMark Otto <markd.otto@gmail.com>
Sun, 28 May 2017 01:49:06 +0000 (18:49 -0700)
committerMark Otto <markd.otto@gmail.com>
Mon, 29 May 2017 04:12:55 +0000 (21:12 -0700)
scss/mixins/_grid-framework.scss

index f7346f4a970c27990f62df2a0aa591499b259c11..ba341a6ec8f581ad4582eef2b4050cb1ba7d1bc2 100644 (file)
@@ -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 {