diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index ce0ae8856..ed0ab5f79 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -25,6 +25,10 @@ overflow: hidden; } +.attachment-detail-wrapper.list-view { + overflow: visible; +} + .attachment-title { font-size: 1.1rem; margin: 0;