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 <markdotto@gmail.com>2014-12-08 09:26:19 +0300
committerMark Otto <markdotto@gmail.com>2014-12-08 09:26:19 +0300
commite11c634be998ccefef9587a059af680b17f9d9e2 (patch)
treeb8f0aa64129e77e937b1433c5ef4c7d4225eaf92 /docs
parent255e5d68751cb93f95d1cbddbf2a12d5f56d4b70 (diff)
fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn-group
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/components/button-groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html
index 28e009cbbe..d0f958da8e 100644
--- a/docs/_includes/components/button-groups.html
+++ b/docs/_includes/components/button-groups.html
@@ -61,7 +61,7 @@
{% endhighlight %}
<h3 id="btn-groups-sizing">Sizing</h3>
- <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> to the <code>.btn-group</code>.</p>
+ <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> each <code>.btn-group</code>, including when nesting multiple groups.</p>
<div class="bs-example" data-example-id="button-group-sizing">
<div class="btn-group btn-group-lg" role="group" aria-label="Large button group">
<button type="button" class="btn btn-default">Left</button>