From ff0e11d579f4af31a5b910ba71d09a101fec83f5 Mon Sep 17 00:00:00 2001 From: Swastik19Nit Date: Mon, 18 May 2026 01:58:06 +0530 Subject: [PATCH 1/2] frontend: ObjectEventList: Fix Age column text clipping in details panel --- frontend/src/components/common/ObjectEventList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/common/ObjectEventList.tsx b/frontend/src/components/common/ObjectEventList.tsx index 9d7b2003c7a..d7a679394cd 100644 --- a/frontend/src/components/common/ObjectEventList.tsx +++ b/frontend/src/components/common/ObjectEventList.tsx @@ -154,6 +154,7 @@ export default function ObjectEventList(props: ObjectEventListProps) { label={label} hoverInfo={localeDate(item.lastOccurrence)} icon="mdi:calendar" + labelProps={{ sx: { whiteSpace: 'normal', overflowWrap: 'anywhere' } }} /> ); }, From 60f1ca1bbde1d8ec999b7e82e6cc24f54ffbfd56 Mon Sep 17 00:00:00 2001 From: Swastik19Nit Date: Mon, 18 May 2026 17:30:43 +0530 Subject: [PATCH 2/2] test: update ObjectEventList story snapshot --- .../ObjectEventList.WithEvents.stories.storyshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/common/__snapshots__/ObjectEventList.WithEvents.stories.storyshot b/frontend/src/components/common/__snapshots__/ObjectEventList.WithEvents.stories.storyshot index 9a9ef695181..6e93ce83c6d 100644 --- a/frontend/src/components/common/__snapshots__/ObjectEventList.WithEvents.stories.storyshot +++ b/frontend/src/components/common/__snapshots__/ObjectEventList.WithEvents.stories.storyshot @@ -122,7 +122,7 @@ >

90d @@ -166,7 +166,7 @@ >

90d