diff options
Diffstat (limited to 'docs/components/input-group.md')
| -rw-r--r-- | docs/components/input-group.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 21f944d64..0869b70e7 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -1,6 +1,7 @@ --- layout: docs title: Input group +description: Extend form controls with the input group. group: components --- @@ -114,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"> |
