mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix list group button variation by including text-align inherit and a width 100%
This commit is contained in:
parent
ee133a9cd4
commit
cdb06e544c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user