From c4346124c3936def7e4b059938276f89d2309bd5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 12 Sep 2025 06:56:40 -0700 Subject: [PATCH] Fix: warp long words in toast content (#10839) --- src-ui/src/app/components/common/toast/toast.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/toast/toast.component.html b/src-ui/src/app/components/common/toast/toast.component.html index d20569abd..f8b2d4741 100644 --- a/src-ui/src/app/components/common/toast/toast.component.html +++ b/src-ui/src/app/components/common/toast/toast.component.html @@ -17,7 +17,7 @@ }
-

{{toast.content}}

+

{{toast.content}}

@if (toast.error) {