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