From: Željko Galetić Date: Thu, 14 Apr 2016 21:20:41 +0000 (+0200) Subject: Don't do !important on the button width X-Git-Tag: v2.2.1~10^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8733a77d3d73f4da4fb347e246be0d3c1e51b9;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Don't do !important on the button width --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index b1228ffd..56c09d7c 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -57,7 +57,7 @@ $button-radius: $global-radius !default; $button-rounded: $global-rounded !default; table.button { - width: auto !important; + width: auto; margin: $button-margin; Margin: $button-margin; diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 1e09576f..817c2e6e 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -68,7 +68,7 @@ td.columns, td.column, th.columns, th.column { - table { + table:not(.button) { width: 100%; } }