From: Patrick Hayes Date: Fri, 24 Mar 2017 04:16:06 +0000 (-0700) Subject: Fix modal documentation (#22252) X-Git-Tag: v4.0.0-beta~147^2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41316cd94ee5a6ba644575945f12e9fb16a50fb;p=thirdparty%2Fbootstrap.git Fix modal documentation (#22252) The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page --- diff --git a/docs/components/modal.md b/docs/components/modal.md index 96a11e1a2d..a4e28bcec5 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -63,7 +63,7 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee {% highlight html %} -