mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix for long translation in alarm more info (#16000)
This commit is contained in:
parent
33ec1e15a9
commit
b0b7998757
@ -303,6 +303,14 @@ export class HaControlSelect extends LitElement {
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.option .content span {
|
||||
display: block;
|
||||
width: 100%;
|
||||
hyphens: auto;
|
||||
}
|
||||
:host([vertical]) {
|
||||
width: var(--control-select-thickness);
|
||||
|
Loading…
x
Reference in New Issue
Block a user