aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-03 19:23:29 -0800
committerMark Otto <[email protected]>2016-02-03 19:23:29 -0800
commit0e70c6a37f1a648f86331498e7e898ca86a5d912 (patch)
treea1adab43cd51d99be99b36702ba9e1848e836962 /docs/components/forms.md
parent40525eaa4dd5bed19a0aab4c20602f613591c5fc (diff)
parent19be5360835e13c3087c37f0862aa9872f661bd7 (diff)
downloadbootstrap-0e70c6a37f1a648f86331498e7e898ca86a5d912.tar.xz
bootstrap-0e70c6a37f1a648f86331498e7e898ca86a5d912.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 58fd41ac0..e6439ae25 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -271,7 +271,7 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o
### Inline forms
-Use the `.form-inline` class to to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently:
+Use the `.form-inline` class to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently:
- Controls are `display: inline-block` to provide alignment control via `vertical-align` and `margin`.
- Controls receive `width: auto` to override the Bootstrap default `width: 100%`.