From: Joe Workman Date: Thu, 30 Nov 2017 19:35:55 +0000 (-0800) Subject: none is not a valid value for min-width X-Git-Tag: v2.4.0^2~29^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=49a77ba845a72a74adb387c47c8c887e2cad2a22;p=thirdparty%2Ffoundation%2Ffoundation-emails.git none is not a valid value for min-width --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 429b8f08..1e72a753 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -75,7 +75,7 @@ th.column { padding-right: 0 !important; center { - min-width: none !important; + min-width: auto !important; } } }