From aaa133dde57e7cd8f6323f52a7930e4afcb15609 Mon Sep 17 00:00:00 2001 From: Tim Hartwick Date: Thu, 18 Feb 2016 09:46:56 -0800 Subject: [PATCH] quick fix for expanded buttons --- scss/components/_button.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 5dc38672..4c82bc2b 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -140,7 +140,8 @@ table.button.large { width: 100%; a { - width: 100%; + //TODO need to make it 100% - padding left - padding right + width: calc(100% - 20px); text-align: center; } } -- 2.47.2