Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-03-17 00:03:31 +0400
committerMark Otto <otto@github.com>2013-03-17 00:03:31 +0400
commit8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc (patch)
treebeff7905e72a31446fc81811c780bf7eade96aa1 /docs
parentefbf8373a5060b2c9b4d97cdfd2c288124d339c6 (diff)
Fix vertical button groups
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index f1e5dfa034..118aa49235 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%;
}