fix: wider middle column, narrower detail pane, horizontal scrollbar in table view

This commit is contained in:
Agent Zero
2026-07-28 15:31:22 +02:00
parent 33aae769e4
commit 8cf12645f7
2 changed files with 7 additions and 5 deletions
@@ -753,7 +753,7 @@ export function ContactList({
return (
<div className="flex flex-col h-full" data-testid="contact-table-view">
<div ref={scrollRef} className="flex-1 overflow-auto" style={{ maxHeight: '70vh' }}>
<div ref={scrollRef} className="flex-1 overflow-x-auto overflow-y-auto">
<table
className="text-sm"
style={{