fix multiline alt texts for generic attachments (e.g. zip files) #446

Merged
Oneric merged 6 commits from Riedler/akkoma-fe:fix-attachalt into develop 2025-10-04 22:04:12 +00:00
Showing only changes of commit e1b4d8f59a - Show all commits

fix: minor overflow issue in draft attachment alt text

Riedler 2025-09-10 02:35:14 +02:00

View file

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