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

View File

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