Fix alignment of Entities card header toggle (#9123)

This commit is contained in:
Philip Allgaier 2021-05-07 11:13:48 +02:00 committed by GitHub
parent 9755bf723f
commit a94f85a100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class HuiEntitiesToggle extends LitElement {
}
ha-switch {
padding: 13px 5px;
margin: -4px -5px;
margin: -4px -8px;
}
`;
}