diff options
| author | Mark Otto <[email protected]> | 2015-08-05 23:49:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 23:49:39 -0700 |
| commit | cdb06e544c8e04f3b1119e8cb81a6d0506b9d1dc (patch) | |
| tree | c2349ce6aca25d3cdcb68cc53f96ac81050a0809 /scss/_list-group.scss | |
| parent | ee133a9cd4f7ab03674219e0f94671415e9a7fbd (diff) | |
| download | bootstrap-cdb06e544c8e04f3b1119e8cb81a6d0506b9d1dc.tar.xz bootstrap-cdb06e544c8e04f3b1119e8cb81a6d0506b9d1dc.zip | |
fix list group button variation by including text-align inherit and a width 100%
Diffstat (limited to 'scss/_list-group.scss')
| -rw-r--r-- | scss/_list-group.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index a6c133729..de93eef4d 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 { |
