fix list group button variation by including text-align inherit and a width 100%

This commit is contained in:
Mark Otto 2015-08-05 23:49:39 -07:00
parent ee133a9cd4
commit cdb06e544c
1 changed files with 2 additions and 0 deletions

View File

@ -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 {