diff --git a/docs/components.html b/docs/components.html index 365eeb0d6b..5cc3a1e280 100644 --- a/docs/components.html +++ b/docs/components.html @@ -78,7 +78,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

-
+

Tooltips & popovers in button groups require special setting

When using tooltips or popovers on elements within a .btn-group, 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).

diff --git a/docs/css.html b/docs/css.html index e15157fba4..db0ac9283c 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1511,7 +1511,7 @@ For example, <section> should be wrapped as inline.

Cross-browser compatibility

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

-
+

Tooltips & popovers in input groups require special setting

When using tooltips or popovers on elements within an .input-group, 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).

diff --git a/docs/javascript.html b/docs/javascript.html index 967d97e11c..af58be40f1 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -755,7 +755,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
-
+

Tooltips in button groups and input groups require special setting

When using tooltips on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).

@@ -885,7 +885,7 @@ $('#example').tooltip(options)

Plugin dependency

Popovers require the tooltip plugin to be included in your version of Bootstrap.

-
+

Popovers in button groups and input groups require special setting

When using popovers on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).