0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Fix indentation in code sample

This commit is contained in:
Nils K 2022-07-17 16:53:15 +02:00 committed by Mark Otto
parent 150b374933
commit 9d5c834f94

View File

@ -157,8 +157,8 @@ Customize your toasts by removing sub-components, tweaking them with [utilities]
<div class="toast align-items-center" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body">
Hello, world! This is a toast message.
</div>
Hello, world! This is a toast message.
</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>