aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Yeo <[email protected]>2017-08-03 15:38:58 -0700
committerMark Otto <[email protected]>2017-08-10 23:10:42 -0700
commitd36f5c7fa55208c5d6e05a96f2a288241165ca57 (patch)
treefb4a975bb30579c66071e11754b95eec86032b35
parent2f3c24f03d38fe1838d9d9537cd6e53326ec4fef (diff)
downloadbootstrap-d36f5c7fa55208c5d6e05a96f2a288241165ca57.tar.xz
bootstrap-d36f5c7fa55208c5d6e05a96f2a288241165ca57.zip
v4 docs remove left over Tooltips and Popover documentation from Button Group page
-rw-r--r--docs/4.0/components/button-group.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md
index e702bb76e..42c1cce1b 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
...
</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).