From e41316cd94ee5a6ba644575945f12e9fb16a50fb Mon Sep 17 00:00:00 2001 From: Patrick Hayes Date: Thu, 23 Mar 2017 21:16:06 -0700 Subject: [PATCH] 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 --- docs/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -