diff --git a/src/theme/css/general.css b/src/theme/css/general.css index 57d5d7a602..b45f90fb63 100644 --- a/src/theme/css/general.css +++ b/src/theme/css/general.css @@ -92,6 +92,9 @@ table thead td { font-weight: 700; border: none; } +table thead th { + padding: 3px 20px; +} table thead tr { border: 1px var(--table-header-bg) solid; }