]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
none is not a valid value for min-width 855/head
authorJoe Workman <joe@workmanmail.com>
Thu, 30 Nov 2017 19:35:55 +0000 (11:35 -0800)
committerJoe Workman <joe@workmanmail.com>
Thu, 30 Nov 2017 19:35:55 +0000 (11:35 -0800)
scss/grid/_grid.scss

index 429b8f08a3e259c43e673bc16b237473c978660e..1e72a75317e39af10d2fac5e2d6ddd145cfa6027 100755 (executable)
@@ -75,7 +75,7 @@ th.column {
     padding-right: 0 !important;
 
     center {
-      min-width: none !important;
+      min-width: auto !important;
     }
   }
 }