From: Mark Otto Date: Sun, 1 Dec 2013 21:51:17 +0000 (-0800) Subject: fixes #11508: mention in docs that inline forms only work at 768px and up X-Git-Tag: v3.0.3~16^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd05c0e0a729a5601b4eec2bc2116a343b7ccbed;p=thirdparty%2Fbootstrap.git fixes #11508: mention in docs that inline forms only work at 768px and up --- diff --git a/css.html b/css.html index 692ae38ae8..f1679c703c 100644 --- a/css.html +++ b/css.html @@ -1567,7 +1567,7 @@ For example, <section> should be wrapped as inline.

Inline form

-

Add .form-inline for left-aligned and inline-block controls for a compact layout.

+

Add .form-inline to your <form> for left-aligned and inline-block controls. This only applies to forms within viewports that are at least 768px wide.

Requires custom widths

Inputs, selects, and textareas are 100% wide by default in Bootstrap. To use the inline form, you'll have to set a width on the form controls used within.