From c2a7d6b789db693532dd549bd839d6e6643a05ef Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 23:09:31 +0200 Subject: [PATCH] fix(helpdesk): remove redundant margin-left from file preview and link The timeline indent is handled by the parent activity container, not individual file elements. Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/web/css/helpdesk.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css index b8bfad6..9658c1b 100644 --- a/modules/helpdesk/web/css/helpdesk.css +++ b/modules/helpdesk/web/css/helpdesk.css @@ -1317,7 +1317,6 @@ .helpdesk-chat-file-preview { display: block; max-width: 16rem; - margin-left: 1.35rem; position: relative; } @@ -1341,7 +1340,6 @@ display: inline-flex; align-items: center; gap: 0.35em; - margin-left: 1.35rem; font-size: var(--text-sm, 0.875rem); font-weight: 500; color: var(--app-primary, #0d6efd);