From: Andres Galante Date: Fri, 24 Nov 2017 22:28:58 +0000 (-0300) Subject: lets the centered modal have any height (#24803) X-Git-Tag: v4.0.0-beta.3~71^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29e3f2a4c4cf105363ca4153841d0c8e8de3941;p=thirdparty%2Fbootstrap.git lets the centered modal have any height (#24803) --- diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index 214ed01169..5a6e000e92 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.