From aa1b4549ee6ce94a250e50aa859306f4aa0d7251 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 5 Jan 2020 23:49:42 +0100 Subject: [PATCH] Reduce vertical height of table headers --- frontend/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/css/style.css b/frontend/css/style.css index 1046e50..ead8241 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -57,6 +57,7 @@ a:hover, a:focus { .el-table th { font-size: 12px; + padding: 0; } .rename-action { -- 2.41.0