mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +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({
|
style=${styleMap({
|
||||||
height: this.autoHeight
|
height: this.autoHeight
|
||||||
? `${this._filteredData.length * 52 + 56}px`
|
? `${this._filteredData.length * 53 + 57}px`
|
||||||
: `calc(100% - ${this._header?.clientHeight}px)`,
|
: `calc(100% - ${this._header?.clientHeight}px)`,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user