]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix indentation in code sample
authorNils K <24257556+septatrix@users.noreply.github.com>
Sun, 17 Jul 2022 14:53:15 +0000 (16:53 +0200)
committerMark Otto <otto@github.com>
Mon, 18 Jul 2022 03:53:28 +0000 (20:53 -0700)
site/content/docs/5.2/components/toasts.md

index 63fa3174e0268eaf4ea982e4328fbcb1bb74b47b..562fbf28a8e7097504859659d2e6b316db3ff5fb 100644 (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>