From 4797d6fdd4c044f12de8938165fe5d487fda88ca Mon Sep 17 00:00:00 2001 From: vamsi krishna Date: Tue, 10 Dec 2024 14:36:31 +0530 Subject: [PATCH] chore:fixed overflow --- .../workspace-notifications/notification-card/item.tsx | 4 ++-- web/ee/components/workspace-notifications/sidebar.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/ee/components/workspace-notifications/notification-card/item.tsx b/web/ee/components/workspace-notifications/notification-card/item.tsx index e9a57f1a8c..29bf869806 100644 --- a/web/ee/components/workspace-notifications/notification-card/item.tsx +++ b/web/ee/components/workspace-notifications/notification-card/item.tsx @@ -95,11 +95,11 @@ export const NotificationItem: FC = observer((props) => { > {/* Issue card header */} - + {issue.sequence_id}-{issue.identifier}
- + {issue.name}
diff --git a/web/ee/components/workspace-notifications/sidebar.tsx b/web/ee/components/workspace-notifications/sidebar.tsx index 6eea5a16e9..b7d5988325 100644 --- a/web/ee/components/workspace-notifications/sidebar.tsx +++ b/web/ee/components/workspace-notifications/sidebar.tsx @@ -43,12 +43,12 @@ export const NotificationsSidebar: FC = observer(() => { return (
- +