Commit 8c9e9e28 authored by Mark Otto's avatar Mark Otto
Browse files

Fix vertical button groups

parent efbf8373
Showing with 2 additions and 0 deletions
+2 -0
...@@ -3659,6 +3659,7 @@ button.close { ...@@ -3659,6 +3659,7 @@ button.close {
.btn-group-vertical > .btn { .btn-group-vertical > .btn {
display: block; display: block;
float: none; float: none;
width: 100%;
max-width: 100%; max-width: 100%;
} }
......
...@@ -126,6 +126,7 @@ ...@@ -126,6 +126,7 @@
.btn-group-vertical > .btn { .btn-group-vertical > .btn {
display: block; display: block;
float: none; float: none;
width: 100%;
max-width: 100%; max-width: 100%;
} }
.btn-group-vertical .btn:first-child { .btn-group-vertical .btn:first-child {
......
Supports Markdown
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