Fix ha settings row display in more info settings (#20680)

This commit is contained in:
Paul Bottein 2024-04-30 23:12:53 +02:00 committed by GitHub
parent 17dcc90638
commit ab01633069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ export class HaSettingsRow extends LitElement {
.body[three-line] {
min-height: var(--paper-item-body-three-line-min-height, 88px);
}
:host(:not([wrap-heading])) > * {
:host(:not([wrap-heading])) body > * {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;