Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils K <24257556+septatrix@users.noreply.github.com>2022-07-17 17:53:15 +0300
committerMark Otto <otto@github.com>2022-07-18 06:53:28 +0300
commit9d5c834f946b94683fb567d30e3b88832f213e59 (patch)
tree396d32a3937cb212ea11bad8bd8ba461a2647d1b
parent150b3749332747b18742cfe1c86c90421a8a7eda (diff)
Fix indentation in code sample
-rw-r--r--site/content/docs/5.2/components/toasts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/components/toasts.md b/site/content/docs/5.2/components/toasts.md
index 63fa3174e0..562fbf28a8 100644
--- a/site/content/docs/5.2/components/toasts.md
+++ b/site/content/docs/5.2/components/toasts.md
@@ -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>