0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

docs(toasts): centered examples flexbugs #3 in IE11

This commit is contained in:
Gaël Poupard 2020-06-03 15:28:46 +02:00 committed by XhmikosR
parent 8429acf460
commit ba6d5e802b

View File

@ -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">