]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
custom widths not always required for inline form fields
authorChris Rebert <github@rebertia.com>
Fri, 16 Jan 2015 01:52:02 +0000 (17:52 -0800)
committerChris Rebert <github@rebertia.com>
Fri, 16 Jan 2015 01:52:02 +0000 (17:52 -0800)
[skip sauce]

docs/_includes/css/forms.html

index b50e31380ddfd677db20b5160c7328f6538e72e0..1843501143fef5c9a6ec821c29752e5b7a3d7bbe 100644 (file)
@@ -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">