mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
fix height of header table rows (#22678)
This commit is contained in:
parent
35dcb46703
commit
7adf9f8526
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user