make subpage data table full height (#20358)

This commit is contained in:
Bram Kragten 2024-04-03 10:12:36 +02:00 committed by GitHub
parent 6c1f328d71
commit 95caf8c7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ export class HaTabsSubpageDataTable extends LitElement {
return css`
:host {
display: block;
height: 100%;
}
ha-data-table {