mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Forgot border height (#5088)
This commit is contained in:
parent
e63723f39e
commit
1cb614c8a8
@ -189,7 +189,7 @@ export class HaDataTable extends LitElement {
|
||||
})}"
|
||||
style=${styleMap({
|
||||
height: this.autoHeight
|
||||
? `${this._filteredData.length * 52 + 56}px`
|
||||
? `${this._filteredData.length * 53 + 57}px`
|
||||
: `calc(100% - ${this._header?.clientHeight}px)`,
|
||||
})}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user