diff --git a/src/components/ha-control-select.ts b/src/components/ha-control-select.ts index c2e56a5e73..1a48c0574c 100644 --- a/src/components/ha-control-select.ts +++ b/src/components/ha-control-select.ts @@ -310,6 +310,8 @@ export class HaControlSelect extends LitElement { .option .content span { display: block; width: 100%; + -webkit-hyphens: auto; + -moz-hyphens: auto; hyphens: auto; } :host([vertical]) {