]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fixed button width to auto with important
authorTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 17:26:59 +0000 (09:26 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 17:26:59 +0000 (09:26 -0800)
scss/components/_button.scss

index 2786fbfb7f3c342554a220c1164edd3d5bf9d79f..5dc3867261331f3050f756b8f4d058537c374e41 100755 (executable)
@@ -59,8 +59,8 @@ $button-padding-small: map-get($button-padding, small);
 $button-padding-large: map-get($button-padding, large);
 
 table.button {
-  width: auto;
-  
+  width: auto !important;
+
   table {
     margin-bottom: 10px;