From 99bdc37cf1cebcdced3ba4f4788655bd083eb1fc Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 25 Mar 2025 20:32:41 +0530 Subject: [PATCH] [RANTS-69] fix: notification card height flickering on hover (#2796) --- .../workspace-notifications/notification-card/item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ee/components/workspace-notifications/notification-card/item.tsx b/web/ee/components/workspace-notifications/notification-card/item.tsx index b6cba4ac6a..d13153e378 100644 --- a/web/ee/components/workspace-notifications/notification-card/item.tsx +++ b/web/ee/components/workspace-notifications/notification-card/item.tsx @@ -114,7 +114,7 @@ export const NotificationItem: FC = observer((props) => { > {/* Issue card header */}
-
+
{issue.name}