diff --git a/src/panels/config/devices/ha-config-devices-dashboard.ts b/src/panels/config/devices/ha-config-devices-dashboard.ts index c586252c7d..ca7c4fde98 100644 --- a/src/panels/config/devices/ha-config-devices-dashboard.ts +++ b/src/panels/config/devices/ha-config-devices-dashboard.ts @@ -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;