fix(helpdesk): remove fixed table-layout percentages, use auto layout

Let the browser distribute column widths based on content. Removes
brittle fixed percentages that break on narrow viewports.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 19:33:25 +02:00
parent 98ba2c024d
commit 2398a73cde

View File

@@ -183,20 +183,6 @@
border-radius: var(--app-radius, 0.375rem);
border-spacing: 0;
overflow: hidden;
table-layout: fixed;
}
.helpdesk-team-ticket-table th:nth-child(1),
.helpdesk-team-ticket-table td:nth-child(1) { width: 12%; }
.helpdesk-team-ticket-table th:nth-child(2),
.helpdesk-team-ticket-table td:nth-child(2) { width: 25%; }
.helpdesk-team-ticket-table th:nth-child(3),
.helpdesk-team-ticket-table td:nth-child(3) { width: 43%; }
.helpdesk-team-ticket-table th:nth-child(4),
.helpdesk-team-ticket-table td:nth-child(4) { width: 20%; }
.helpdesk-team-ticket-table th {
text-align: left;