From: Patrick Yeo Date: Thu, 3 Aug 2017 22:38:58 +0000 (-0700) Subject: v4 docs remove left over Tooltips and Popover documentation from Button Group page X-Git-Tag: v4.0.0-beta.2~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36f5c7fa55208c5d6e05a96f2a288241165ca57;p=thirdparty%2Fbootstrap.git v4 docs remove left over Tooltips and Popover documentation from Button Group page --- diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md index e702bb76e9..42c1cce1be 100644 --- a/docs/4.0/components/button-group.md +++ b/docs/4.0/components/button-group.md @@ -195,7 +195,3 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli ... {% endhighlight %} - -## Tooltips and popovers - -Due to the specific implementation (and some other components), a bit of special casing is required for tooltips and popovers within button groups. **You'll have to specify the option `container: 'body'`** to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).