From 8353836c8743a80cbac0396023bdeb4ae8520503 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 17:48:23 -0700 Subject: [PATCH] Update table style. --- www/css/ui.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/css/ui.css b/www/css/ui.css index a6265f9..6441179 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -22,6 +22,8 @@ main>table.list td{ text-align:center; + white-space: nowrap; + background-color:#303030; color:#f0f0f0; } @@ -30,7 +32,7 @@ main>table.list td:last-child{ flex-flow:row nowrap; align-items:flex-start; justify-content:flex-end; - flex-grow:1; + width: 100%; } main>table.list td:last-child>button{