From 9bec37a77bcf6bc0f993687f1cbb1a99780246a6 Mon Sep 17 00:00:00 2001 From: Siju Samson Date: Fri, 15 Jan 2021 05:37:36 +0530 Subject: [PATCH] docs: work around Toast CSS conflict with utils (#32620) * Toast CSS conflict resolved * Update toasts.md Co-authored-by: XhmikosR --- site/content/docs/5.0/components/toasts.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index bd7bcae9cd..45cef6f453 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -96,11 +96,13 @@ You can stack toasts by wrapping them in a toast container, which will verticall Customize your toasts by removing sub-components, tweaking with [utilities]({{< docsref "/utilities/api" >}}), or adding your own markup. Here we've created a simpler toast by removing the default `.toast-header`, adding a custom hide icon from [Bootstrap Icons]({{< param icons >}}), and using some [flexbox utilities]({{< docsref "/utilities/flex" >}}) to adjust the layout. {{< example class="bg-light" >}} -