Fix for long translation in alarm more info in ios (#16034)

This commit is contained in:
Paul Bottein 2023-04-03 15:11:57 +02:00 committed by GitHub
parent a32e6a9ac9
commit f61f0e4e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,6 +310,8 @@ export class HaControlSelect extends LitElement {
.option .content span { .option .content span {
display: block; display: block;
width: 100%; width: 100%;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
:host([vertical]) { :host([vertical]) {