diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index 214ed0116..5a6e000e9 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -210,7 +210,7 @@ When modals become too long for the user's viewport or device, they scroll indep ### Vertically centered -Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal. **Do not use this with long modals**—it will overflow the viewport and potentially hide parts of your modal. +Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal. <div id="exampleModalCenter" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> |
