]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 docs remove left over Tooltips and Popover documentation from Button Group page
authorPatrick Yeo <patrick.yeo@liferay.com>
Thu, 3 Aug 2017 22:38:58 +0000 (15:38 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 06:10:42 +0000 (23:10 -0700)
docs/4.0/components/button-group.md

index e702bb76e9ab3f04a8b9bd82b867160a3c46aeef..42c1cce1be19fb607bde1476d433259196b230b2 100644 (file)
@@ -195,7 +195,3 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
   ...
 </div>
 {% 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).