Commit cdb06e54 authored by Mark Otto's avatar Mark Otto

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

parent ee133a9c
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
a.list-group-item, a.list-group-item,
button.list-group-item { button.list-group-item {
width: 100%;
text-align: inherit;
color: $list-group-link-color; color: $list-group-link-color;
.list-group-item-heading { .list-group-item-heading {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment