From 8cf12645f7b335e5c7f6c27c35b099d79eae3ae6 Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Tue, 28 Jul 2026 15:31:22 +0200 Subject: [PATCH] fix: wider middle column, narrower detail pane, horizontal scrollbar in table view --- frontend/src/components/contacts/ContactList.tsx | 2 +- frontend/src/pages/ContactsList.tsx | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/contacts/ContactList.tsx b/frontend/src/components/contacts/ContactList.tsx index 29c092e..4ec9ac6 100644 --- a/frontend/src/components/contacts/ContactList.tsx +++ b/frontend/src/components/contacts/ContactList.tsx @@ -753,7 +753,7 @@ export function ContactList({ return (
-
+
@@ -579,9 +579,11 @@ export function ContactsListPage() { - {/* Right: Detail panel — flex-1, not resizable */} + {/* Right: Detail panel — not resizable, limited width */}