mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
docs(toasts): centered examples flexbugs #3 in IE11
This commit is contained in:
@@ -167,7 +167,7 @@ You can also get fancy with flexbox utilities to align toasts horizontally and/o
|
|||||||
|
|
||||||
{% capture example %}
|
{% capture example %}
|
||||||
<!-- Flexbox container for aligning the toasts -->
|
<!-- 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 -->
|
<!-- Then put toasts within -->
|
||||||
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
|
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
|
||||||
|
Reference in New Issue
Block a user