center the header text vertically + change font-size

This commit is contained in:
Philip Allgaier 2024-04-27 21:05:29 +02:00
parent cff54b73a4
commit b7ae2223c0
1 changed files with 1 additions and 1 deletions

View File

@ -987,11 +987,11 @@ export class HaDataTable extends LitElement {
/* custom from here */
.group-header {
padding-top: 12px;
padding-left: 12px;
padding-inline-start: 12px;
width: 100%;
font-weight: 500;
font-size: 14px;
display: flex;
align-items: center;
cursor: pointer;