mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix for long translation in alarm more info in ios (#16034)
This commit is contained in:
parent
a32e6a9ac9
commit
f61f0e4e52
@ -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]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user