From e4ad76ef88ad4b344f82ea17d61cf33822266f53 Mon Sep 17 00:00:00 2001 From: Tal Borenstein Date: Mon, 14 Oct 2024 12:57:14 +0300 Subject: [PATCH] fix: ui problems --- .../app/incidents/[id]/incident-activity.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/keep-ui/app/incidents/[id]/incident-activity.tsx b/keep-ui/app/incidents/[id]/incident-activity.tsx index 3d6058f65..bae702e7e 100644 --- a/keep-ui/app/incidents/[id]/incident-activity.tsx +++ b/keep-ui/app/incidents/[id]/incident-activity.tsx @@ -51,7 +51,7 @@ export function IncidentActivityChronoItem({ activity }: { activity: any }) { {subTitle} {activity.text && ( -
+
{activity.text}
)} @@ -122,7 +122,11 @@ export function IncidentActivityChronoItemComment({ return (
- +
); @@ -205,10 +209,10 @@ export default function IncidentActivity({ ) : ( - + ) ); const chronoIcons = activities?.map((activity, index) => { @@ -216,7 +220,7 @@ export default function IncidentActivity({ const user = users?.find((user) => user.email === activity.initiator); return ( @@ -226,7 +230,7 @@ export default function IncidentActivity({ const imagePath = `/icons/${source}-icon.png`; return ( {source} {chronoContent}
{chronoIcons}