From 9d1622f7e6445b1b88ad5a369ea6174746458910 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Wed, 5 Jun 2024 09:39:33 +0100 Subject: [PATCH] fix: environment click sizes (#4104) --- frontend/web/components/AuditLog.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/web/components/AuditLog.tsx b/frontend/web/components/AuditLog.tsx index 6e1b8e6b428b..8a77f28f5a3f 100644 --- a/frontend/web/components/AuditLog.tsx +++ b/frontend/web/components/AuditLog.tsx @@ -26,7 +26,7 @@ type AuditLogType = { } } -const widths = [210, 210, 210] +const widths = [210, 210, 130] const AuditLog: FC = (props) => { const [page, setPage] = useState(1) const { search, searchInput, setSearchInput } = useSearchThrottle( @@ -128,7 +128,6 @@ const AuditLog: FC = (props) => { style={{ width: widths[2] }} to={`/project/${props.projectId}/environment/${environment?.api_key}/features/`} > - = (props) => { }} className='chip--sm' /> - ) : (