diff --git a/html/download.ejs b/html/download.ejs
index 1c196a52..f94907ee 100644
--- a/html/download.ejs
+++ b/html/download.ejs
@@ -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);