unset min-height for attachments in notifications
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Hannah Ward 2025-10-13 13:07:57 +01:00
commit c2db0e66ef

View file

@ -101,4 +101,8 @@
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
}
.attachment-wrapper {
min-height: unset;
}
}