From 49a77ba845a72a74adb387c47c8c887e2cad2a22 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Thu, 30 Nov 2017 11:35:55 -0800 Subject: [PATCH] none is not a valid value for min-width --- scss/grid/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.47.2