diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index b023917179..d05355ec5b 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -156,11 +156,6 @@ class HuiGenericEntityRow extends LitElement { overflow: hidden; text-overflow: ellipsis; } - :host([no-secondary]) .text-content, - :host([no-secondary]) ::slotted(.text-content) { - position: relative; - top: 2px; - } .flex ::slotted(*) { margin-left: 8px; min-width: 0;