mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06: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] {
|
.body[three-line] {
|
||||||
min-height: var(--paper-item-body-three-line-min-height, 88px);
|
min-height: var(--paper-item-body-three-line-min-height, 88px);
|
||||||
}
|
}
|
||||||
:host(:not([wrap-heading])) > * {
|
:host(:not([wrap-heading])) body > * {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user