From 3520a83c2fec5ecf574106ee20add25b3d3b08d9 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:11:48 -0800 Subject: [PATCH] Fix: fix occasional error toast overflow (#8552) --- src-ui/src/app/components/common/toasts/toasts.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/common/toasts/toasts.component.html b/src-ui/src/app/components/common/toasts/toasts.component.html index 6ec19f0d9..36623161b 100644 --- a/src-ui/src/app/components/common/toasts/toasts.component.html +++ b/src-ui/src/app/components/common/toasts/toasts.component.html @@ -17,8 +17,8 @@

{{toast.content}}

@if (toast.error) { -
-
+
+
@if (isDetailedError(toast.error)) {
URL