fix(helpdesk): widen ticket, category and activity columns

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 19:52:27 +02:00
parent 3c0d3bb6f4
commit b028ecf0be

View File

@@ -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;