1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Forgot border height (#5088)

This commit is contained in:
Bram Kragten
2020-03-06 13:46:11 +01:00
committed by GitHub
parent e63723f39e
commit 1cb614c8a8

View File

@@ -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)`,
})}
>