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{
font-weight: 800; letter-spacing:.2px;
white-space: normal;
overflow: visible;
text-overflow: unset;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
}