forked from fa/breadcrumb-the-shire
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user