From: Mark Otto Date: Wed, 22 Apr 2026 03:05:55 +0000 (-0700) Subject: fix height of toast example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c338e4d77a2057a44f158771608382c280b9443a;p=thirdparty%2Fbootstrap.git fix height of toast example --- diff --git a/site/src/scss/_component-examples.scss b/site/src/scss/_component-examples.scss index 1267e21f05..8c2d5998ce 100644 --- a/site/src/scss/_component-examples.scss +++ b/site/src/scss/_component-examples.scss @@ -318,7 +318,7 @@ // Toasts .bd-example-toasts { - min-height: 240px; + min-height: 300px; } .bd-example-zindex-levels {