aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-25 18:42:14 -0700
committerGitHub <[email protected]>2017-06-25 18:42:14 -0700
commit2f1bcaafa21281a5287cdcdd335bdb985d3f77f7 (patch)
tree1141841148d66b80f309faf53136516e5614b0e0 /docs/4.0/components
parent9bfbee3503d7d76d03ccc85f02a64547b2d31054 (diff)
parent4ae7d8170b794f874dd320335f21c99bdc2a8888 (diff)
downloadbootstrap-2f1bcaafa21281a5287cdcdd335bdb985d3f77f7.tar.xz
bootstrap-2f1bcaafa21281a5287cdcdd335bdb985d3f77f7.zip
Merge branch 'v4-dev' into colors-redux
Diffstat (limited to 'docs/4.0/components')
-rw-r--r--docs/4.0/components/modal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md
index 913f81eb0..25891bf40 100644
--- a/docs/4.0/components/modal.md
+++ b/docs/4.0/components/modal.md
@@ -226,10 +226,10 @@ When modals become too long for the user's viewport or device, they scroll indep
</div>
<div class="modal-body">
<h5>Popover in a modal</h5>
- <p>This <a href="#" role="button" class="btn btn-secondary popover-test" title="Popover title" data-content="Popover body content is set in this attribute.">button</a> triggers a popover on click.</p>
+ <p>This <a href="#" role="button" class="btn btn-secondary popover-test" title="Popover title" data-content="Popover body content is set in this attribute." data-container="#exampleModalPopovers">button</a> triggers a popover on click.</p>
<hr>
<h5>Tooltips in a modal</h5>
- <p><a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> have tooltips on hover.</p>
+ <p><a href="#" class="tooltip-test" title="Tooltip" data-container="#exampleModalPopovers">This link</a> and <a href="#" class="tooltip-test" title="Tooltip" data-container="#exampleModalPopovers">that link</a> have tooltips on hover.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>