Increase battery column width (#19143)

This commit is contained in:
Simon Lamon 2023-12-27 11:00:48 +01:00 committed by GitHub
parent d7826e4e6c
commit c399da586e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,8 +363,8 @@ export class HaConfigDeviceDashboard extends LitElement {
sortable: true,
filterable: true,
type: "numeric",
width: narrow ? "95px" : "15%",
maxWidth: "95px",
width: narrow ? "105px" : "15%",
maxWidth: "105px",
valueColumn: "battery_level",
template: (device) => {
const batteryEntityPair = device.battery_entity;