aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-16 13:03:31 -0700
committerMark Otto <[email protected]>2013-03-16 13:03:31 -0700
commit8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc (patch)
treebeff7905e72a31446fc81811c780bf7eade96aa1
parentefbf8373a5060b2c9b4d97cdfd2c288124d339c6 (diff)
downloadbootstrap-8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc.tar.xz
bootstrap-8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc.zip
Fix vertical button groups
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/button-groups.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index f1e5dfa03..118aa4923 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3659,6 +3659,7 @@ button.close {
.btn-group-vertical > .btn {
display: block;
float: none;
+ width: 100%;
max-width: 100%;
}
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 {