fix height of header table rows (#22678)

This commit is contained in:
Bram Kragten 2024-11-05 17:13:52 +01:00 committed by GitHub
parent 35dcb46703
commit 7adf9f8526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1185,6 +1185,7 @@ export class HaDataTable extends LitElement {
.group-header {
padding-top: 12px;
height: var(--data-table-row-height, 52px);
padding-left: 12px;
padding-inline-start: 12px;
padding-inline-end: initial;