Skip to content

Commit

Permalink
Increase battery column width
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Dec 25, 2023
1 parent 1a3a20f commit baef77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panels/config/devices/ha-config-devices-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit baef77b

Please sign in to comment.