Skip to content

Commit

Permalink
Merge pull request #824 from sdruskat/patch-1
Browse files Browse the repository at this point in the history
Fix #823: Apply default padding to table headers
  • Loading branch information
ehuss authored Aug 9, 2019
2 parents a8d6337 + e880fb6 commit 0c37b91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0c37b91

Please sign in to comment.