Update html/download.ejs

This commit is contained in:
ashley 2025-08-20 02:02:35 +02:00
parent 1dec09f23b
commit dde204cf2a

View File

@ -193,9 +193,9 @@
} }
.chip .label{ .chip .label{
font-weight: 800; letter-spacing:.2px; font-weight: 800; letter-spacing:.2px;
white-space: normal; white-space: nowrap;
overflow: visible; overflow: hidden;
text-overflow: unset; text-overflow: clip;
} }