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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user