aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-10 18:47:51 -0800
committerMark Otto <[email protected]>2014-01-10 18:47:51 -0800
commit17f2ef46aa68319668ed36f846fc72027b79afda (patch)
tree92ae1e52e1a1b0f7d66c5918b17515e73618c2fc
parente8cabf332aef000d7e4fb169524ad4c3f2c438ea (diff)
downloadbootstrap-17f2ef46aa68319668ed36f846fc72027b79afda.tar.xz
bootstrap-17f2ef46aa68319668ed36f846fc72027b79afda.zip
docs mention for #12188
-rw-r--r--docs/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index de383557c..c867c6257 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -760,8 +760,8 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
</div>
<div class="bs-callout bs-callout-info">
- <h4>Don't mix with form groups</h4>
- <p>Do not apply input group classes directly to form groups. An input group is an isolated component.</p>
+ <h4>Don't mix with other components</h4>
+ <p>Do not mix form group or grid column classes directly with form groups.</p>
</div>