From 49e42e45699ecbe0f617d3885fc0ebe8be2f80d5 Mon Sep 17 00:00:00 2001 From: Dotty Date: Thu, 30 Jan 2025 11:57:58 -0400 Subject: [PATCH] [TM-1011] edit style in table comment --- .../ResourceTabs/AuditLogTab/components/AuditLogTable.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/admin/components/ResourceTabs/AuditLogTab/components/AuditLogTable.tsx b/src/admin/components/ResourceTabs/AuditLogTab/components/AuditLogTable.tsx index bfc355705..354d84d05 100644 --- a/src/admin/components/ResourceTabs/AuditLogTab/components/AuditLogTable.tsx +++ b/src/admin/components/ResourceTabs/AuditLogTab/components/AuditLogTable.tsx @@ -74,7 +74,7 @@ const AuditLogTable: FC<{ if (fullColumns) { return isAdmin ? "grid-cols-[14%_20%_15%_27%_19%_5%]" : "grid-cols-[14%_20%_15%_30%_21%]"; } else { - return "grid-cols-[20%_20%_40%]"; + return "grid-cols-[30%_30%_40%]"; } } else { return isAdmin ? "grid-cols-[14%_10%_10%_15%_27%_19%_5%]" : "grid-cols-[14%_10%_10%_15%_30%_21%]"; @@ -125,7 +125,7 @@ const AuditLogTable: FC<{ {generateUserName(item.first_name, item.last_name)} - + {formattedTextStatus(item.status as string) ?? "-"} @@ -136,12 +136,12 @@ const AuditLogTable: FC<{ auditData?.entity )} - + {item.comment ?? "-"} - +
{item?.attachments?.map((attachmentItem: V2FileRead) => (