From 15aee6a66aedf3553123ffe2d3dd7157459ab65f Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 9 Mar 2020 13:55:30 +0100 Subject: [PATCH] Fix alignment of generic entity row (#5112) --- src/panels/lovelace/components/hui-generic-entity-row.ts | 5 ----- 1 file changed, 5 deletions(-) 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;