Update html/download.ejs

This commit is contained in:
ashley 2025-08-20 02:00:17 +02:00
parent 9124c3a72d
commit 1dec09f23b

View File

@ -192,7 +192,12 @@
display:flex; flex-direction:column; gap: 4px; min-width:0;
}
.chip .label{
font-weight: 800; letter-spacing:.2px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis;
font-weight: 800; letter-spacing:.2px;
white-space: normal;
overflow: visible;
text-overflow: unset;
}
.chip .hint{
font-size: 12px; color: var(--muted);