diff options
| author | fat <[email protected]> | 2013-06-27 19:19:57 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-06-27 19:19:57 -0700 |
| commit | b06ec345ce5d84d54575bc4a127893786e95be8a (patch) | |
| tree | 14d260088e25b945d0d3a5bff3f5ac18b92041fe /docs/components.html | |
| parent | b0da97588e3d1e4d7eb688d16b3e40e0a27459f3 (diff) | |
| parent | cb483b67589df7ac3ece33303b8ce944b3ac4b0e (diff) | |
| download | bootstrap-b06ec345ce5d84d54575bc4a127893786e95be8a.tar.xz bootstrap-b06ec345ce5d84d54575bc4a127893786e95be8a.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index 48c7411d0..7768fccf3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -482,6 +482,11 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na </div> <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="./javascript.html#buttons">our buttons plugin</a>.</p> + <div class="bs-callout"> + <h4>Tooltips & popovers in button groups require special setting</h4> + <p>When using tooltips or popovers on elements within a <code>.btn-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> + <h3 id="btn-groups-single">Basic button group</h3> <p>Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.</p> <div class="bs-example"> |
