1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

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

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;