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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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