diff options
| author | Vicary Archangel <[email protected]> | 2015-12-09 16:40:32 +0800 |
|---|---|---|
| committer | Vicary Archangel <[email protected]> | 2015-12-09 16:40:32 +0800 |
| commit | c0f931d05040090fea94b171f8cecccb79369f0e (patch) | |
| tree | 902c7d0d230e435c1470e39cb5ef8262517040f8 /docs/components | |
| parent | 2f257445c3d297077ce6dc06ff1b8559d36b6495 (diff) | |
| download | bootstrap-c0f931d05040090fea94b171f8cecccb79369f0e.tar.xz bootstrap-c0f931d05040090fea94b171f8cecccb79369f0e.zip | |
Multiple input-group-addon support
1. Invert `:first-child` into `:not(:last-child)` and vice versa
2. Remove double border at the left of `.form-control`
3. Shifts negative margins of `.btn` and `.btn-group` to retain
rightmost border when using at the left of `.form-control`.
Diffstat (limited to 'docs/components')
| -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"> |
