From: Mark Otto Date: Thu, 6 Aug 2015 06:49:39 +0000 (-0700) Subject: fix list group button variation by including text-align inherit and a width 100% X-Git-Tag: v4.0.0-alpha~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb06e544c8e04f3b1119e8cb81a6d0506b9d1dc;p=thirdparty%2Fbootstrap.git fix list group button variation by including text-align inherit and a width 100% --- 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 {