aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-07 21:22:59 -0700
committerChris Rebert <[email protected]>2015-10-07 21:24:20 -0700
commit1d39f938bb4e4e30035aac3db5ce7397e1d955a1 (patch)
treeeff5356b90bfc289542547ce074b2d7b8969a451 /docs/_includes
parentd53525cc3e24ef2e2d841468836c3d7712214f0a (diff)
downloadbootstrap-1d39f938bb4e4e30035aac3db5ce7397e1d955a1.tar.xz
bootstrap-1d39f938bb4e4e30035aac3db5ce7397e1d955a1.zip
Tooltips on <table>s should use container: body ; fixes #17809
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/popovers.html4
-rw-r--r--docs/_includes/js/tooltips.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 78369ea05..b539bfe16 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -19,8 +19,8 @@ $(function () {
{% endhighlight %}
</div>
<div class="bs-callout bs-callout-warning" id="callout-popover-groups">
- <h4>Popovers in button groups and input groups require special setting</h4>
- <p>When using popovers on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).</p>
+ <h4>Popovers in button groups, input groups, and tables require special setting</h4>
+ <p>When using popovers on elements within a <code>.btn-group</code>, <code>.input-group</code>, or <code>&lt;table&gt;</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).</p>
</div>
<div class="bs-callout bs-callout-warning" id="callout-popover-hidden">
<h4>Don't try to show popovers on hidden elements</h4>
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 991c0c9c9..fd85256b2 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -97,8 +97,8 @@ $('#example').tooltip(options)
<p>Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
</div>
<div class="bs-callout bs-callout-warning" id="callout-tooltip-groups">
- <h4>Tooltips in button groups and input groups require special setting</h4>
- <p>When using tooltips on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).</p>
+ <h4>Tooltips in button groups, input groups, and tables require special setting</h4>
+ <p>When using tooltips on elements within a <code>.btn-group</code>, <code>.input-group</code>, or <code>&lt;table&gt;</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).</p>
</div>
<div class="bs-callout bs-callout-warning" id="callout-tooltip-hidden">
<h4>Don't try to show tooltips on hidden elements</h4>