mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Remove stray parameter from capture.
This commit is contained in:
parent
bbf8b768ef
commit
2bfe581eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue