Fix for long translation in alarm more info (#16000)

This commit is contained in:
Paul Bottein 2023-03-31 16:24:03 +02:00 committed by GitHub
parent 33ec1e15a9
commit b0b7998757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);