diff options
| author | Mark Otto <[email protected]> | 2017-06-18 02:19:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 02:19:34 -0700 |
| commit | 74f1d002b4a943364e14749af5e0a8538497c59a (patch) | |
| tree | 3f720e07d30c39199e0a15f623e6e6fe32bf0e49 /docs/4.0/components | |
| parent | 09e3509ff3b4ffcec0832d501cd0c766e86ec7f7 (diff) | |
| parent | 845320fe8cb9af7b6073a20fa3f293ebc46eff32 (diff) | |
| download | bootstrap-74f1d002b4a943364e14749af5e0a8538497c59a.tar.xz bootstrap-74f1d002b4a943364e14749af5e0a8538497c59a.zip | |
Merge branch 'v4-dev' into colors-redux
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"> |
