Update ha-config-person.ts: fix misaligned text (#17637)

This commit is contained in:
ildar170975 2023-08-21 16:12:58 +03:00 committed by GitHub
parent 07dceb8e6d
commit 014bbf12ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,8 +276,10 @@ class HaConfigPerson extends LitElement {
overflow: hidden;
}
.empty {
text-align: center;
padding: 8px;
display: flex;
align-items: center;
justify-content: space-around;
}
paper-icon-item {
padding-top: 4px;