2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fix vertical button groups

This commit is contained in:
Mark Otto
2013-03-16 13:03:31 -07:00
parent efbf8373a5
commit 8c9e9e28cf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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%;
} }
+1
View File
@@ -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 {