From cdb06e544c8e04f3b1119e8cb81a6d0506b9d1dc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 23:49:39 -0700 Subject: [PATCH] fix list group button variation by including text-align inherit and a width 100% --- scss/_list-group.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_list-group.scss b/scss/_list-group.scss index a6c133729b..de93eef4d0 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -52,6 +52,8 @@ a.list-group-item, button.list-group-item { + width: 100%; + text-align: inherit; color: $list-group-link-color; .list-group-item-heading {