From 01e11c5c5586601c5612f5508914819e9b594c20 Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 17 Sep 2025 21:19:53 +0200 Subject: [PATCH] tweak --- static/css/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/chat.css b/static/css/chat.css index a2b4fc2..f727eb8 100644 --- a/static/css/chat.css +++ b/static/css/chat.css @@ -838,6 +838,7 @@ body:not(.loading) #loading { .files .file .name { overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } .files .file::before {