fix(attachment): make sure long attachment names break the title

This commit is contained in:
kolaente
2026-01-10 18:46:55 +01:00
parent b9ccc81ec0
commit 61b4c1b87e

View File

@@ -404,9 +404,11 @@ async function setCoverImage(attachment: IAttachment | null) {
display: flex;
align-items: center;
font-weight: bold;
block-size: 2rem;
min-block-size: 2rem;
color: var(--text);
text-align: start;
word-break: break-all;
min-inline-size: 0;
}
.info {
@@ -475,6 +477,7 @@ async function setCoverImage(attachment: IAttachment | null) {
display: flex;
flex-flow: column wrap;
align-self: start;
min-inline-size: 0;
}
.attachment-info-meta {