From 55b2945154d9452a28c1c1ce4bcdf1d981170ec9 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Mon, 9 Oct 2023 10:16:23 +0700 Subject: [PATCH] LMSN-191 Update --- frontend/client-portal/src/pages/EmployeeData/List.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/client-portal/src/pages/EmployeeData/List.tsx b/frontend/client-portal/src/pages/EmployeeData/List.tsx index 36aa57ba..1d8a0476 100644 --- a/frontend/client-portal/src/pages/EmployeeData/List.tsx +++ b/frontend/client-portal/src/pages/EmployeeData/List.tsx @@ -326,8 +326,9 @@ export default function List() { sx={{ backgroundColor: (theme) => theme.palette.grey[300], borderRadius: '4px', - width: '70%', + width: '95%', }} + variant="body2" > {obj.start_date ? format(new Date(obj.start_date), "dd MMMM yyyy HH:mm:ss") : ''} @@ -337,20 +338,23 @@ export default function List() { sx={{ backgroundColor: (theme) => theme.palette.grey[300], borderRadius: '4px', - width: '70%', + width: '95%', }} + variant="body2" > {obj.end_date ? format(new Date(obj.end_date), "d MMMM yyyy HH:mm:ss") : ''} , fullName: {obj.fullName} , memberId: {obj.memberId}