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

Fix vertical button groups

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