aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorRolandas Barysas <[email protected]>2015-09-10 10:46:26 +0300
committerRolandas Barysas <[email protected]>2015-09-10 10:46:26 +0300
commit99aadb92f8b7b7b6c8734931da9fbc33aafbb3d8 (patch)
treea73994589b0cb15c8e7826b8306fcff6a5ec6df4 /docs/components/forms.md
parenta91d267a213241a81fcbdf524b08a71208951bd6 (diff)
downloadbootstrap-99aadb92f8b7b7b6c8734931da9fbc33aafbb3d8.tar.xz
bootstrap-99aadb92f8b7b7b6c8734931da9fbc33aafbb3d8.zip
v4 - fixed incorrect inline form class in docs
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 4c46c9999..90f3e38dc 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -186,7 +186,7 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o
### Inline forms
-Use the `.inline-form` 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 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%`.