diff options
| author | Mark Otto <[email protected]> | 2016-02-07 23:41:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 23:41:35 -0800 |
| commit | 23d47122ef2d75e4261ec9b8ba23034820e34bed (patch) | |
| tree | be415dfbde511af471f7868e3880db9987c7f160 /docs | |
| parent | 48df6e3b722b0fc3934afc3334667b696cad978f (diff) | |
| parent | 54fdb45fa507ca0c3ddafdf1434df61abd82ed8a (diff) | |
| download | bootstrap-23d47122ef2d75e4261ec9b8ba23034820e34bed.tar.xz bootstrap-23d47122ef2d75e4261ec9b8ba23034820e34bed.zip | |
Merge branch 'multiple-input-group-addon' of https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 78ad26e27..841ebb2d5 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -13,7 +13,7 @@ Easily extend form controls by adding text, buttons, or button groups on either ## 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 add-ons on a single side, nor 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.** {% example html %} <div class="input-group"> |
