Fix misalignment on "create person" page (#22574)

Update ha-config-person.ts
This commit is contained in:
ildar170975 2024-10-29 00:09:35 +03:00 committed by GitHub
parent 4debac60ae
commit 7a1838ee1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -292,6 +292,9 @@ export class HaConfigPerson extends LitElement {
align-items: center;
justify-content: space-around;
}
mwc-list:has(+ .empty) {
display: none;
}
`;
}
}