From: Mark Otto Date: Wed, 23 Nov 2016 19:35:41 +0000 (-0800) Subject: Fixes #21114: clarify by removing mention of nesting X-Git-Tag: v4.0.0-alpha.6~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec47feefd6336d0c253b49654459919b53d45752;p=thirdparty%2Fbootstrap.git Fixes #21114: clarify by removing mention of nesting --- diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 0082a62b61..0869b70e76 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -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 %}