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:
parent
bbf8b768ef
commit
2bfe581eeb
@ -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 New Issue
Block a user