fix(attachment): duplicate padding in code blocks

This commit is contained in:
Elian Doran 2025-12-03 18:23:31 +02:00
parent 18e2f1f90c
commit 6772453b3a
No known key found for this signature in database

View File

@ -63,6 +63,7 @@
.attachment-detail-wrapper.list-view .attachment-content-wrapper pre { .attachment-detail-wrapper.list-view .attachment-content-wrapper pre {
max-height: 400px; max-height: 400px;
padding: 0;
} }
.attachment-content-wrapper img { .attachment-content-wrapper img {