mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix misalignment on "create person" page (#22574)
Update ha-config-person.ts
This commit is contained in:
parent
4debac60ae
commit
7a1838ee1a
@ -292,6 +292,9 @@ export class HaConfigPerson extends LitElement {
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
mwc-list:has(+ .empty) {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user