Skip to content

Commit ba6d5e8

Browse files
ffooddXhmikosR
authored andcommitted
docs(toasts): centered examples flexbugs #3 in IE11
1 parent 8429acf commit ba6d5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.5/components/toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You can also get fancy with flexbox utilities to align toasts horizontally and/o
167167

168168
{% capture example %}
169169
<!-- Flexbox container for aligning the toasts -->
170-
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="min-height: 200px;">
170+
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="height: 200px;">
171171

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

0 commit comments

Comments
 (0)