]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 - flexbox ie10+ compatibility 17756/head
authorCatalin Zalog <xxxxxcata@yahoo.com>
Thu, 1 Oct 2015 19:03:05 +0000 (22:03 +0300)
committerCatalin Zalog <xxxxxcata@yahoo.com>
Thu, 1 Oct 2015 19:03:05 +0000 (22:03 +0300)
scss/mixins/_grid.scss

index 3fc45f41edf014e8bdc92a5078a481c8a7389b8c..ecc8c871fc0f2efd7449f3bdca20b9cb0a5f8a72 100644 (file)
@@ -46,6 +46,7 @@
 @mixin make-col-span($size, $columns: $grid-columns) {
   @if $enable-flex {
     flex: 0 0 percentage($size / $columns);
+    max-width: percentage($size / $columns);
   } @else {
     width: percentage($size / $columns);
   }