]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 - fixed incorrect inline form class in docs 17553/head
authorRolandas Barysas <hello@rbrs.io>
Thu, 10 Sep 2015 07:46:26 +0000 (10:46 +0300)
committerRolandas Barysas <hello@rbrs.io>
Thu, 10 Sep 2015 07:46:26 +0000 (10:46 +0300)
docs/components/forms.md

index 4c46c9999b9c28be0660ce318cd6a4a9ba097c4a..90f3e38dcf053d448acd7bb0f6a30a8781d8f782 100644 (file)
@@ -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%`.