From 7a5fbac4b1d8313d5d6feb958f4b44b22f2c5b16 Mon Sep 17 00:00:00 2001 From: waleed Date: Wed, 21 Jan 2026 10:14:00 -0800 Subject: [PATCH] fix(notifications): text overflow with line-clamp --- .../notifications/notifications.tsx | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/notifications/notifications.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/notifications/notifications.tsx index e47c2b7f8c..ddd25134fc 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/notifications/notifications.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/notifications/notifications.tsx @@ -138,18 +138,24 @@ export const Notifications = memo(function Notifications() { }`} >
-
+
+
+ {notification.level === 'error' && ( + + )} + {notification.message} +
@@ -158,10 +164,6 @@ export const Notifications = memo(function Notifications() { Clear all - {notification.level === 'error' && ( - - )} - {notification.message}
{hasAction && (