From f61f0e4e52379f5f0c2990b242ac90a2f652efde Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 3 Apr 2023 15:11:57 +0200 Subject: [PATCH] Fix for long translation in alarm more info in ios (#16034) --- src/components/ha-control-select.ts | 2 ++ 1 file changed, 2 insertions(+) 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]) {