aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils K <[email protected]>2022-07-17 16:53:15 +0200
committerMark Otto <[email protected]>2022-07-17 20:53:28 -0700
commit9d5c834f946b94683fb567d30e3b88832f213e59 (patch)
tree396d32a3937cb212ea11bad8bd8ba461a2647d1b
parent150b3749332747b18742cfe1c86c90421a8a7eda (diff)
downloadbootstrap-9d5c834f946b94683fb567d30e3b88832f213e59.tar.xz
bootstrap-9d5c834f946b94683fb567d30e3b88832f213e59.zip
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 63fa3174e..562fbf28a 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>