From afeaf5183128514c0f2f87944d9883edf58ddbf9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 25 Dec 2025 11:54:00 +0200 Subject: [PATCH] style(attachment): fix margin for code blocks --- apps/client/src/widgets/type_widgets/Attachment.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index c618a26e2..0c5c05b4a 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -58,8 +58,7 @@ .attachment-content-wrapper pre { padding: 10px; - margin-top: 10px; - margin-bottom: 10px; + margin: 0; } .attachment-detail-wrapper.list-view .attachment-content-wrapper {