From: Sam Blowes Date: Fri, 15 Nov 2013 16:17:40 +0000 (+0000) Subject: Fixed button group button not being 100% width X-Git-Tag: v3.0.3~16^2~7^2^2~2^2~2^2~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f340023e20049cc11eda3fcd3dbc0d7c3e48d49;p=thirdparty%2Fbootstrap.git Fixed button group button not being 100% width Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG --- diff --git a/less/button-groups.less b/less/button-groups.less index c253576225..cbe03f7421 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -178,7 +178,8 @@ .btn-group-vertical { > .btn, - > .btn-group { + > .btn-group, + > .btn-group > .btn { display: block; float: none; width: 100%;