mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
mwc-list:has(+ .empty) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user