2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

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`.
This commit is contained in:
Vicary Archangel
2015-12-09 16:40:32 +08:00
parent 2f257445c3
commit c0f931d050
2 changed files with 20 additions and 27 deletions
+1 -1
View File
@@ -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">