Commit 17f2ef46 authored by Mark Otto's avatar Mark Otto
Browse files

docs mention for #12188

parent e8cabf33
Showing with 2 additions and 2 deletions
+2 -2
...@@ -760,8 +760,8 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, ...@@ -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> <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>
<div class="bs-callout bs-callout-info"> <div class="bs-callout bs-callout-info">
<h4>Don't mix with form groups</h4> <h4>Don't mix with other components</h4>
<p>Do not apply input group classes directly to form groups. An input group is an isolated component.</p> <p>Do not mix form group or grid column classes directly with form groups.</p>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment