Skip to content

Commit

Permalink
Fix misalignment on "create person" page (#22574)
Browse files Browse the repository at this point in the history
Update ha-config-person.ts
  • Loading branch information
ildar170975 authored Oct 28, 2024
1 parent 4debac6 commit 7a1838e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/panels/config/person/ha-config-person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ export class HaConfigPerson extends LitElement {
align-items: center;
justify-content: space-around;
}
mwc-list:has(+ .empty) {
display: none;
}
`;
}
}
Expand Down

0 comments on commit 7a1838e

Please sign in to comment.