mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Fix ha settings row display in more info settings (#20680)
This commit is contained in:
parent
17dcc90638
commit
ab01633069
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user