1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix for batteries with long names in energy dashboard (#26972)

This commit is contained in:
Petar Petrov
2025-09-09 20:28:09 +03:00
committed by GitHub
parent bee8980192
commit b10fdf8438

View File

@@ -226,6 +226,7 @@ export class EnergyBatterySettings extends LitElement {
.label { .label {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
} }
`, `,
]; ];