aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-01 13:51:17 -0800
committerMark Otto <[email protected]>2013-12-01 13:51:17 -0800
commitdd05c0e0a729a5601b4eec2bc2116a343b7ccbed (patch)
tree3f5f25e5f1ccd0a6dbe45f05c9b899057c95adca /css.html
parent556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7 (diff)
downloadbootstrap-dd05c0e0a729a5601b4eec2bc2116a343b7ccbed.tar.xz
bootstrap-dd05c0e0a729a5601b4eec2bc2116a343b7ccbed.zip
fixes #11508: mention in docs that inline forms only work at 768px and up
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 692ae38ae..f1679c703 100644
--- a/css.html
+++ b/css.html
@@ -1567,7 +1567,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h2 id="forms-inline">Inline form</h2>
- <p>Add <code>.form-inline</code> for left-aligned and inline-block controls for a compact layout.</p>
+ <p>Add <code>.form-inline</code> to your <code>&lt;form&gt;</code> for left-aligned and inline-block controls. <strong>This only applies to forms within viewports that are at least 768px wide.</strong></p>
<div class="bs-callout bs-callout-danger">
<h4>Requires custom widths</h4>
<p>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.</p>