aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKramb <[email protected]>2017-12-28 22:51:36 -0500
committerMark Otto <[email protected]>2017-12-30 20:57:22 -0800
commit8c87e019a5e6d2b096e35c4dd906c50cfb4f0b12 (patch)
tree0d3b50d732d00668087955feeeb9d1934db1a6ba /docs
parent43c551e97d78f0145e4eaec2ffda09e49dbeb2a8 (diff)
downloadbootstrap-8c87e019a5e6d2b096e35c4dd906c50cfb4f0b12.tar.xz
bootstrap-8c87e019a5e6d2b096e35c4dd906c50cfb4f0b12.zip
Add modal-dialog-centered class to vertically centered modal example.
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md
index 52623ea14..42ef4e080 100644
--- a/docs/4.0/components/modal.md
+++ b/docs/4.0/components/modal.md
@@ -246,7 +246,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
- <div class="modal-dialog" role="document">
+ <div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>