From: Chris Rebert Date: Fri, 16 Jan 2015 01:52:02 +0000 (-0800) Subject: custom widths not always required for inline form fields X-Git-Tag: v3.3.2~5^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2c1e1576c48f21d6f2cd8fb4e22dffb31d8bce;p=thirdparty%2Fbootstrap.git custom widths not always required for inline form fields [skip sauce] --- 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.