diff options
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 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"> |
