From: hewIngram Date: Thu, 25 Aug 2016 10:51:45 +0000 (+0100) Subject: Text alignment in long buttons when text breaks over more than one line X-Git-Tag: v2.3.0~7^2~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F567%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Text alignment in long buttons when text breaks over more than one line --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index d57bbc20..f6d841b2 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -75,6 +75,7 @@ table.button { font-weight: $button-font-weight; color: $button-color; text-decoration: none; + text-align: left; display: inline-block; padding: map-get($button-padding, default); border: 0 solid $button-background;