diff options
| -rw-r--r-- | site/docs/4.2/components/toasts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/toasts.md b/site/docs/4.2/components/toasts.md index fe62533fe..2f692e22d 100644 --- a/site/docs/4.2/components/toasts.md +++ b/site/docs/4.2/components/toasts.md @@ -174,7 +174,7 @@ For systems that generate more notifications, consider using a wrapping element You can also get fancy with flexbox utilities to align toasts horizontally and/or vertically. <div class="bg-dark"> -{% capture example html %} +{% capture example %} <!-- Flexbox container for aligning the toasts --> <div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="min-height: 200px;"> |
