Fixed button group button not being 100% width

Example of issue here.
https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
This commit is contained in:
Sam Blowes 2013-11-15 16:17:40 +00:00
parent 7545da2e3c
commit 1f340023e2
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@
.btn-group-vertical {
> .btn,
> .btn-group {
> .btn-group,
> .btn-group > .btn {
display: block;
float: none;
width: 100%;