diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/webui/static/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |