diff options
| author | Mark Otto <[email protected]> | 2014-12-07 22:26:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-07 22:26:19 -0800 |
| commit | e11c634be998ccefef9587a059af680b17f9d9e2 (patch) | |
| tree | b8f0aa64129e77e937b1433c5ef4c7d4225eaf92 /docs/_includes/components/button-groups.html | |
| parent | 255e5d68751cb93f95d1cbddbf2a12d5f56d4b70 (diff) | |
| download | bootstrap-e11c634be998ccefef9587a059af680b17f9d9e2.tar.xz bootstrap-e11c634be998ccefef9587a059af680b17f9d9e2.zip | |
fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn-group
Diffstat (limited to 'docs/_includes/components/button-groups.html')
| -rw-r--r-- | docs/_includes/components/button-groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 28e009cbb..d0f958da8 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> |
