mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +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;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 2px;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.option .content span {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
:host([vertical]) {
|
:host([vertical]) {
|
||||||
width: var(--control-select-thickness);
|
width: var(--control-select-thickness);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user