1
0

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) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 23:09:31 +02:00
parent 2d016afb1f
commit c2a7d6b789

View File

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