Skip to content

Commit

Permalink
docs(toasts): centered examples flexbugs #3 in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jun 4, 2020
1 parent 1c731dd commit 0c63023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.5/components/toasts.md
Expand Up @@ -167,7 +167,7 @@ You can also get fancy with flexbox utilities to align toasts horizontally and/o

{% 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;">
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="height: 200px;">

<!-- Then put toasts within -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
Expand Down

0 comments on commit 0c63023

Please sign in to comment.