]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed button group button not being 100% width 11493/head
authorSam Blowes <sam@blowsie.com>
Fri, 15 Nov 2013 16:17:40 +0000 (16:17 +0000)
committerSam Blowes <sam@blowsie.com>
Fri, 15 Nov 2013 16:17:40 +0000 (16:17 +0000)
Example of issue here.
https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG

less/button-groups.less

index c2535762257d0939d86aeb1450f3fbddda969cfc..cbe03f742167f433321e8525895cdd01fd9e71d5 100644 (file)
 
 .btn-group-vertical {
   > .btn,
-  > .btn-group {
+  > .btn-group,
+  > .btn-group > .btn {
     display: block;
     float: none;
     width: 100%;