From 819041a9d6a055ad99351629460ba76cc952f62b Mon Sep 17 00:00:00 2001 From: Andrii Podriez Date: Wed, 31 Jul 2024 19:45:28 +0200 Subject: [PATCH] removed table padding Signed-off-by: Andrii Podriez --- src/styles/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 1fe984b..8323809 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -525,5 +525,4 @@ hr { .table thead th { background-color: var(--highlights); color: #fff; - padding: 0.5em 0.5em !important; }