diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index b50e31380d..1843501143 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -58,7 +58,7 @@

Inline form

Add .form-inline to your form (which doesn't have to be a <form>) for left-aligned and inline-block controls. This only applies to forms within viewports that are at least 768px wide.

-

Requires custom widths

+

May require custom widths

Inputs and selects have width: 100%; applied by default in Bootstrap. Within inline forms, we reset that to width: auto; so multiple controls can reside on the same line. Depending on your layout, additional custom widths may be required.