We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8429acf commit ba6d5e8Copy full SHA for ba6d5e8
site/docs/4.5/components/toasts.md
@@ -167,7 +167,7 @@ You can also get fancy with flexbox utilities to align toasts horizontally and/o
167
168
{% capture example %}
169
<!-- 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;">
+<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="height: 200px;">
171
172
<!-- Then put toasts within -->
173
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
0 commit comments