diff options
| author | Sam Blowes <[email protected]> | 2013-11-15 16:17:40 +0000 |
|---|---|---|
| committer | Sam Blowes <[email protected]> | 2013-11-15 16:17:40 +0000 |
| commit | 1f340023e20049cc11eda3fcd3dbc0d7c3e48d49 (patch) | |
| tree | f3d59949ae8b0a7644963657009cacf2fdc703b4 /less/button-groups.less | |
| parent | 7545da2e3c5488b1bcc9c70fecac759232466756 (diff) | |
| download | bootstrap-1f340023e20049cc11eda3fcd3dbc0d7c3e48d49.tar.xz bootstrap-1f340023e20049cc11eda3fcd3dbc0d7c3e48d49.zip | |
Fixed button group button not being 100% width
Example of issue here.
https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index c25357622..cbe03f742 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%; |
