diff --git a/html/download.ejs b/html/download.ejs
index f94907ee..5933973f 100644
--- a/html/download.ejs
+++ b/html/download.ejs
@@ -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;
}