From ede0dff03000b9a4c21e9291df935a4facb69b81 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 4 Nov 2024 04:29:58 -0500 Subject: [PATCH] CSS Fixes for ha-toast (#22639) --- src/components/ha-toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-toast.ts b/src/components/ha-toast.ts index f742ff0ebe..f0f94cbea4 100644 --- a/src/components/ha-toast.ts +++ b/src/components/ha-toast.ts @@ -24,7 +24,7 @@ export class HaToast extends Snackbar { max-width: 650px; } - // Revert the default styles set by mwc-snackbar + /* Revert the default styles set by mwc-snackbar */ @media (max-width: 480px), (max-width: 344px) { .mdc-snackbar__surface { min-width: inherit;