From b028ecf0be0dcea30a2c6255f28610d96ca21921 Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 19:52:27 +0200 Subject: [PATCH] fix(helpdesk): widen ticket, category and activity columns Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/web/css/helpdesk.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css index 4b53778..dc841dc 100644 --- a/modules/helpdesk/web/css/helpdesk.css +++ b/modules/helpdesk/web/css/helpdesk.css @@ -194,10 +194,10 @@ } /* Column widths — consistent across all agent cards */ - .helpdesk-team-col-ticket { width: 9ch; } + .helpdesk-team-col-ticket { width: 12ch; } .helpdesk-team-col-customer { width: 22ch; } - .helpdesk-team-col-category { width: 16ch; } - .helpdesk-team-col-activity { width: 11ch; } + .helpdesk-team-col-category { width: 20ch; } + .helpdesk-team-col-activity { width: 20ch; } .helpdesk-team-ticket-table th { text-align: left;