From ca2c1e1576c48f21d6f2cd8fb4e22dffb31d8bce Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 15 Jan 2015 17:52:02 -0800 Subject: [PATCH] custom widths not always required for inline form fields [skip sauce] --- docs/_includes/css/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.2