]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set max-width to 100%
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 21 Aug 2018 19:54:04 +0000 (21:54 +0200)
committerMark Otto <otto@github.com>
Sun, 2 Sep 2018 23:26:53 +0000 (16:26 -0700)
Fixes #27114

scss/mixins/_grid-framework.scss

index 9d82f6a54c799f475a8f8835582b7465d9e2673d..ff7e1496a6ba1e1c4f8aea8388a6b170aee351a6 100644 (file)
@@ -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 {