From 6772453b3a279c2dff4893e7fcad3d8aef8d8d27 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 3 Dec 2025 18:23:31 +0200 Subject: [PATCH] fix(attachment): duplicate padding in code blocks --- apps/client/src/widgets/type_widgets/Attachment.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index f6cdf7e29..81ecd349c 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -63,6 +63,7 @@ .attachment-detail-wrapper.list-view .attachment-content-wrapper pre { max-height: 400px; + padding: 0; } .attachment-content-wrapper img {