0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Remove stray parameter from capture.

This commit is contained in:
XhmikosR 2019-02-10 22:57:28 +02:00
parent bbf8b768ef
commit 2bfe581eeb

View File

@ -174,7 +174,7 @@ For systems that generate more notifications, consider using a wrapping element
You can also get fancy with flexbox utilities to align toasts horizontally and/or vertically.
<div class="bg-dark">
{% capture example html %}
{% 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;">