From 80e23e2629a37d8ccaa6798a8b5e29b49a3a7268 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 10 Jul 2026 03:22:32 +0200 Subject: Remove dead CSS rule for table.node_table th.title --- public/stylesheets/admin.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index e4bdac4..56470bc 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -398,8 +398,7 @@ table.events_table tr { } table.node_table th.node_id, -table.node_table th.revision, -table.node_table th.title { +table.node_table th.revision { min-width: 4rem; } -- cgit v1.3