Add bottom margin to <ha-map> in more-info-person (#9604)

This commit is contained in:
Philip Allgaier 2021-07-26 22:45:23 +02:00 committed by GitHub
parent 11be603ed3
commit bf83a9980e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ class MoreInfoPerson extends LitElement {
}
ha-map {
margin-top: 16px;
margin-bottom: 16px;
}
`;
}