diff options
| author | Mark Otto <[email protected]> | 2016-11-23 11:35:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-23 11:35:41 -0800 |
| commit | ec47feefd6336d0c253b49654459919b53d45752 (patch) | |
| tree | 8935f323a65acb9d189b0156d69035b674b81419 /docs/components | |
| parent | 91bb6a038ddb3319993ad13c29492afdd954e9f2 (diff) | |
| download | bootstrap-ec47feefd6336d0c253b49654459919b53d45752.tar.xz bootstrap-ec47feefd6336d0c253b49654459919b53d45752.zip | |
Fixes #21114: clarify by removing mention of nesting
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 0082a62b6..0869b70e7 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 %} <div class="row"> |
