fix: minor overflow issue in draft attachment alt text

This commit is contained in:
Riedler 2025-09-10 02:35:14 +02:00
commit e1b4d8f59a

View file

@ -16,7 +16,7 @@
.attachment-wrapper {
flex: 1 1 auto;
height: 200px;
min-height: 200px;
position: relative;
overflow: hidden;
}