From: Tim Hartwick Date: Thu, 18 Feb 2016 17:24:06 +0000 (-0800) Subject: fixed button width to auto X-Git-Tag: v2.0.0-rc.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b0207ed271e9dfacd0c01350e2d0cac491875da;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixed button width to auto --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 3ade5d94..2786fbfb 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -59,6 +59,8 @@ $button-padding-small: map-get($button-padding, small); $button-padding-large: map-get($button-padding, large); table.button { + width: auto; + table { margin-bottom: 10px; diff --git a/scss/components/_visibility.scss b/scss/components/_visibility.scss index 3b1ec97e..3372907a 100644 --- a/scss/components/_visibility.scss +++ b/scss/components/_visibility.scss @@ -6,7 +6,6 @@ /// @group visibility //// -.show-for-small, .hide-for-desktop { display: none; }