diff options
| author | Mark Otto <[email protected]> | 2017-06-17 21:10:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-17 21:10:06 -0700 |
| commit | ea2d6adfc711105ac530422b455e8b111d57f352 (patch) | |
| tree | aa07dfc3ba972095cdd99d1e74e024ba2e531f47 /docs/4.0/components | |
| parent | 1c3acb63b1d5a762d67478fc43691818584aab9a (diff) | |
| download | bootstrap-ea2d6adfc711105ac530422b455e8b111d57f352.tar.xz bootstrap-ea2d6adfc711105ac530422b455e8b111d57f352.zip | |
mention labels being outside input-group
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index 144d6f628..ec1626b74 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -8,7 +8,7 @@ toc: true ## Basic example -Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group.** +Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group** and `<label>`s must come outside the input group. {% example html %} <div class="input-group"> |
