diff options
| author | Mark Otto <[email protected]> | 2013-03-16 13:03:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-16 13:03:31 -0700 |
| commit | 8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc (patch) | |
| tree | beff7905e72a31446fc81811c780bf7eade96aa1 /less/button-groups.less | |
| parent | efbf8373a5060b2c9b4d97cdfd2c288124d339c6 (diff) | |
| download | bootstrap-8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc.tar.xz bootstrap-8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc.zip | |
Fix vertical button groups
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 8a83ab3f2..9e6eaa496 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -126,6 +126,7 @@ .btn-group-vertical > .btn { display: block; float: none; + width: 100%; max-width: 100%; } .btn-group-vertical .btn:first-child { |
