From: Siju Samson Date: Fri, 15 Jan 2021 00:07:36 +0000 (+0530) Subject: docs: work around Toast CSS conflict with utils (#32620) X-Git-Tag: v5.0.0-beta2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bec37a77bcf6bc0f993687f1cbb1a99780246a6;p=thirdparty%2Fbootstrap.git docs: work around Toast CSS conflict with utils (#32620) * Toast CSS conflict resolved * Update toasts.md Co-authored-by: XhmikosR --- 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" >}} -