mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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 {
|
.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]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user