From dffc80fc9a31e7cc1914e840e8fc2c2b035e56d1 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 19:54:14 -0700 Subject: [PATCH] Add nowrap to table header. --- www/css/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/ui.css b/www/css/ui.css index 67f6dd1..27865be 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -17,6 +17,7 @@ main>table.list th{ font-size:1.2rem; font-weight:bold; + white-space:nowrap; background-color:#383838; color:#f0f0f0; border-bottom:1px solid #404040;