From 2f0188b280fd1f428426e596e4c1041cc8069a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Tue, 6 Apr 2021 22:31:47 +0200 Subject: [PATCH] Fixed generic entity row for climate entities (#8369) --- src/panels/lovelace/components/hui-generic-entity-row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index ed1aca3efa..9bf8fa1c24 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -165,7 +165,7 @@ class HuiGenericEntityRow extends LitElement { .info { margin-left: 16px; margin-right: 8px; - flex: 1 0 30%; + flex: 1 1 30%; } .info, .info > * {