From dde73f6c2bc7a209094dc458a1ab660a64474f49 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 10 Feb 2026 02:46:10 +0200 Subject: [PATCH] style/attachments: tweak --- apps/client/src/widgets/type_widgets/Attachment.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index c345b77d49..09bc5101ba 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -6,7 +6,7 @@ .attachment-list .links-wrapper { font-size: larger; - margin-bottom: 15px; + margin-block: 12px; display: flex; justify-content: space-between; align-items: baseline;