mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Update ha-config-person.ts: fix misaligned text (#17637)
This commit is contained in:
parent
07dceb8e6d
commit
014bbf12ce
@ -276,8 +276,10 @@ class HaConfigPerson extends LitElement {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.empty {
|
.empty {
|
||||||
text-align: center;
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
paper-icon-item {
|
paper-icon-item {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user