mirror of https://github.com/twbs/bootstrap.git
Fix vertical button groups
This commit is contained in:
parent
efbf8373a5
commit
8c9e9e28cf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue