]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Don't do !important on the button width 359/head
authorŽeljko Galetić <zeljkogaletic@gmail.com>
Thu, 14 Apr 2016 21:20:41 +0000 (23:20 +0200)
committerŽeljko Galetić <zeljkogaletic@gmail.com>
Thu, 14 Apr 2016 21:20:41 +0000 (23:20 +0200)
scss/components/_button.scss
scss/grid/_grid.scss

index b1228ffdcdcb6b3a1dd287e4c0b88412ffb02434..56c09d7ceac68a1a2ea0516c6586ffc4f7035b68 100755 (executable)
@@ -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;
 
index 1e09576f8070e6bf0a073a9c57c791f16b3845c8..817c2e6e1645f3bf7dcb72e6c30ebe72b8429272 100755 (executable)
@@ -68,7 +68,7 @@ td.columns,
 td.column,
 th.columns,
 th.column {
-  table {
+  table:not(.button) {
     width: 100%;
   }
 }