]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for bug introduced with #8511
authorDaniel Schuba <dasch@daschmedia.de>
Tue, 10 May 2016 12:28:58 +0000 (14:28 +0200)
committerDaniel Schuba <dasch@daschmedia.de>
Tue, 10 May 2016 12:28:58 +0000 (14:28 +0200)
scss/grid/_flex-grid.scss

index c746e4735b67846031e61f04e21c854cd2fb868e..deec6813391ac0f0765998b73cd208c57d15d41e 100644 (file)
@@ -99,7 +99,7 @@
   // fixes recent Chrome version not limiting child width
   // https://stackoverflow.com/questions/34934586/white-space-nowrap-and-flexbox-did-not-work-in-chrome
   @if $columns == null {
-    min-width: 0;
+    min-width: intial;
   }
   // max-width fixes IE 10/11 not respecting the flex-basis property
   @if $columns != null and $columns != shrink {