From 26e10a9399bd6185741d0912ffa54c807ffef671 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 27 Jan 2025 22:00:51 +0100 Subject: feat(webui): implement state versions list --- pkg/webui/static/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/webui/static/main.css') diff --git a/pkg/webui/static/main.css b/pkg/webui/static/main.css index f0fe350..ae56cd0 100644 --- a/pkg/webui/static/main.css +++ b/pkg/webui/static/main.css @@ -1,6 +1,5 @@ -.clickable-rows tbody a { +table tbody a { display: block; - padding: 0 1em 0; text-decoration: none; transition: all 0.25s ease-out; } -- cgit v1.2.3