From eceb7179b8fe761b719dda81dc5f016af51cbc63 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 18 Dec 2025 00:20:48 +0200 Subject: [PATCH] style(attachment): code block cuts off card --- apps/client/src/widgets/type_widgets/Attachment.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index 19c5757a2..cab629071 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -22,12 +22,13 @@ margin-bottom: 20px; display: flex; flex-direction: column; + overflow: hidden; } .attachment-title { font-size: 1.1rem; margin: 0; - + a { color: inherit !important; } @@ -72,7 +73,7 @@ .attachment-detail-wrapper.list-view { border-radius: 12px; - background-color: var(--card-background-color); + background-color: var(--card-background-color); padding: 0 6px; box-shadow: var(--card-box-shadow); } @@ -152,4 +153,4 @@ background-color: transparent !important; pointer-events: none; /* makes it unclickable */ } -/* #endregion */ \ No newline at end of file +/* #endregion */