style(attachment): code block cuts off card

This commit is contained in:
Elian Doran 2025-12-18 00:20:48 +02:00
parent 9872a3d522
commit eceb7179b8
No known key found for this signature in database

View File

@ -22,6 +22,7 @@
margin-bottom: 20px; margin-bottom: 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
} }
.attachment-title { .attachment-title {