From 2398a73cde44567a19907a8e2042e23c20853dd7 Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 19:33:25 +0200 Subject: [PATCH] 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) --- modules/helpdesk/web/css/helpdesk.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css index 049b878..22af051 100644 --- a/modules/helpdesk/web/css/helpdesk.css +++ b/modules/helpdesk/web/css/helpdesk.css @@ -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;