From 7a1838ee1aacc91ca0d3e5e6110702c22af1045e Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:09:35 +0300 Subject: [PATCH] Fix misalignment on "create person" page (#22574) Update ha-config-person.ts --- src/panels/config/person/ha-config-person.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panels/config/person/ha-config-person.ts b/src/panels/config/person/ha-config-person.ts index 27e065e54a72..c4c658b02340 100644 --- a/src/panels/config/person/ha-config-person.ts +++ b/src/panels/config/person/ha-config-person.ts @@ -292,6 +292,9 @@ export class HaConfigPerson extends LitElement { align-items: center; justify-content: space-around; } + mwc-list:has(+ .empty) { + display: none; + } `; } }