From e0ce3e50bdb8dc2a30e798038a9a1e6077b14213 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 May 2024 18:11:40 +0200 Subject: [PATCH] fix(attachment): correct spacing around creation date --- frontend/src/components/tasks/partials/attachments.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/tasks/partials/attachments.vue b/frontend/src/components/tasks/partials/attachments.vue index 716c391e2..7aeabd531 100644 --- a/frontend/src/components/tasks/partials/attachments.vue +++ b/frontend/src/components/tasks/partials/attachments.vue @@ -323,9 +323,8 @@ async function setCoverImage(attachment: IAttachment | null) { margin-bottom: 0; display: flex; - > span:not(:last-child):after, + > span, > button:not(:last-child):after { - content: 'ยท'; padding: 0 .25rem; } }