From a77176e5020a177f99ffdcec07cec7b7f4d925a1 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 11 Jan 2023 15:23:34 +0100 Subject: [PATCH] style.scss: add 'th' padding --- core/static/core/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index d37a7c21..3279d0d7 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1202,6 +1202,10 @@ table { font-size: 0.9em; } +th { + padding: 4px; +} + td { padding: 4px; margin: 5px;