From ff4c1bac1259c9dd507a9a81aefd3628cf455c58 Mon Sep 17 00:00:00 2001 From: hewIngram Date: Thu, 25 Aug 2016 11:51:45 +0100 Subject: [PATCH] Text alignment in long buttons when text breaks over more than one line --- scss/components/_button.scss | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2