From 257a224369e525cc8d0e6ab2b2c5f10bd71c4670 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 5 Feb 2026 15:46:48 +0100 Subject: [PATCH] refactor: improve table layout in OrganizationSettings by ensuring full width and adding whitespace handling for better readability --- components/settings/OrganizationSettings.tsx | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 0d98723..1b6974e 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -408,8 +408,8 @@ export default function OrganizationSettings() { - {/* Content Area */} -
+ {/* Content Area - no min-w-0 so it uses full available width and table doesn't get cramped */} +
No audit events found.
) : (
- +
- - - - - + + + + + {(auditEntries ?? []).map((entry) => ( - - - + ))}
Log IDTimeActorActionResourceLog IDTimeActorActionResource
+ {entry.id} {new Date(entry.occurred_at).toLocaleString()} + {entry.actor_email || entry.actor_id || 'System'} {entry.action}{entry.action} {entry.resource_type}