From dde204cf2ad73c4b554f19889770e1c7364cbe3c Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 20 Aug 2025 02:02:35 +0200 Subject: [PATCH] Update html/download.ejs --- html/download.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }