aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-15 17:52:02 -0800
committerChris Rebert <[email protected]>2015-01-15 17:52:02 -0800
commitca2c1e1576c48f21d6f2cd8fb4e22dffb31d8bce (patch)
tree8d27893e8d99ba6c51b05dc1ce0ffffc626a2df9 /docs/_includes
parentcd31bef5ce5b6ea3d7c5622b7b9c8fb0918c6a61 (diff)
downloadbootstrap-ca2c1e1576c48f21d6f2cd8fb4e22dffb31d8bce.tar.xz
bootstrap-ca2c1e1576c48f21d6f2cd8fb4e22dffb31d8bce.zip
custom widths not always required for inline form fields
[skip sauce]
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/css/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html
index b50e31380..184350114 100644
--- a/docs/_includes/css/forms.html
+++ b/docs/_includes/css/forms.html
@@ -58,7 +58,7 @@
<h2 id="forms-inline">Inline form</h2>
<p>Add <code>.form-inline</code> to your form (which doesn't have to be a <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" id="callout-inline-form-width">
- <h4>Requires custom widths</h4>
+ <h4>May require custom widths</h4>
<p>Inputs and selects have <code>width: 100%;</code> applied by default in Bootstrap. Within inline forms, we reset that to <code>width: auto;</code> so multiple controls can reside on the same line. Depending on your layout, additional custom widths may be required.</p>
</div>
<div class="bs-callout bs-callout-warning" id="callout-inline-form-labels">