]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #21114: clarify by removing mention of nesting
authorMark Otto <markdotto@gmail.com>
Wed, 23 Nov 2016 19:35:41 +0000 (11:35 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 23 Nov 2016 19:35:41 +0000 (11:35 -0800)
docs/components/input-group.md

index 0082a62b617392fa751615e30628198e96dc8978..0869b70e76f47368d396784a2dd21f27d178b9fd 100644 (file)
@@ -115,7 +115,7 @@ Multiple add-ons are supported and can be mixed with checkbox and radio input ve
 
 ## Button addons
 
-Buttons in input groups are a bit different and require one extra level of nesting. Instead of `.input-group-addon`, you'll need to use `.input-group-btn` to wrap the buttons. This is required due to default browser styles that cannot be overridden.
+Buttons in input groups must wrapped in a `.input-group-btn` for proper alignment and sizing. This is required due to default browser styles that cannot be overridden.
 
 {% example html %}
 <div class="row">