Skip to content

Commit

Permalink
reassert #12231 & #12232 (merge went badly?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jan 16, 2014
1 parent 78e81a1 commit 0ef8d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -746,13 +746,13 @@ <h1 id="input-groups" class="page-header">Input groups</h1>
<h4>Cross-browser compatibility</h4>
<p>Avoid using <code>&lt;select&gt;</code> elements here as they cannot be fully styled in WebKit browsers.</p>
</div>
<div class="bs-callout bs-callout-info">
<div class="bs-callout bs-callout-warning">
<h4>Tooltips &amp; popovers in input groups require special setting</h4>
<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">
<div class="bs-callout bs-callout-warning">
<h4>Don't mix with other components</h4>
<p>Do not mix form group or grid column classes directly with input groups.</p>
<p>Do not mix form groups or grid column classes directly with input groups. Instead, nest the input group inside of the form group or grid-related element.</p>
</div>


Expand Down

0 comments on commit 0ef8d1b

Please sign in to comment.