Skip to content

Commit b10fdf8

Browse files
authored
Fix for batteries with long names in energy dashboard (#26972)
1 parent bee8980 commit b10fdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/panels/config/energy/components/ha-energy-battery-settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export class EnergyBatterySettings extends LitElement {
226226
.label {
227227
overflow: hidden;
228228
text-overflow: ellipsis;
229+
white-space: nowrap;
229230
}
230231
`,
231232
];

0 commit comments

Comments
 (0)