]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn...
authorMark Otto <markdotto@gmail.com>
Mon, 8 Dec 2014 06:26:19 +0000 (22:26 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 8 Dec 2014 06:26:19 +0000 (22:26 -0800)
docs/_includes/components/button-groups.html

index 28e009cbbe1c0f060a18a232ff3e1776969a6857..d0f958da8eae1504ef4459cb2a5ea62ea844e153 100644 (file)
@@ -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>