]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Text alignment in long buttons when text breaks over more than one line 567/head
authorhewIngram <hew@gousto.co.uk>
Thu, 25 Aug 2016 10:51:45 +0000 (11:51 +0100)
committerhewIngram <hew@gousto.co.uk>
Thu, 25 Aug 2016 10:51:45 +0000 (11:51 +0100)
scss/components/_button.scss

index d57bbc2016139493797d31d7f17075364bf1ba6a..f6d841b2d79b90f47e22f1356d21b6b3195a028b 100755 (executable)
@@ -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;