Skip to content

Commit 0c37b91

Browse files
authored
Merge pull request #824 from sdruskat/patch-1
Fix #823: Apply default padding to table headers
2 parents a8d6337 + e880fb6 commit 0c37b91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/css/general.css

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ table thead td {
9292
font-weight: 700;
9393
border: none;
9494
}
95+
table thead th {
96+
padding: 3px 20px;
97+
}
9598
table thead tr {
9699
border: 1px var(--table-header-bg) solid;
97100
}

0 commit comments

Comments
 (0)