Merge pull request #824 from sdruskat/patch-1
Fix #823: Apply default padding to table headers
This commit is contained in:
commit
0c37b912ba
|
@ -92,6 +92,9 @@ table thead td {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
table thead th {
|
||||||
|
padding: 3px 20px;
|
||||||
|
}
|
||||||
table thead tr {
|
table thead tr {
|
||||||
border: 1px var(--table-header-bg) solid;
|
border: 1px var(--table-header-bg) solid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue