diff options
| author | Mark Otto <[email protected]> | 2018-04-05 14:08:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-05 14:08:18 -0700 |
| commit | 4880385b8f22261ca4946ef9568b61ba8f0500c5 (patch) | |
| tree | a864e17bd6bc6c418fb8d4f352f99f909312b9af /docs | |
| parent | 013a7489d9783ad6a0be2565586c43f435134ee6 (diff) | |
| parent | 2d941d034e07f4a60cab93fb68b27dd8f6a2fa5d (diff) | |
| download | bootstrap-4880385b8f22261ca4946ef9568b61ba8f0500c5.tar.xz bootstrap-4880385b8f22261ca4946ef9568b61ba8f0500c5.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
| -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 670e563ec..fddca987a 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** and `<label>`s must come outside the 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. Remember to place `<label>`s outside the input group. {% capture example %} <div class="input-group mb-3"> |
