Fix alignment / padding of ha-switch (#7349)

This commit is contained in:
Philip Allgaier 2020-10-19 14:44:54 +02:00 committed by GitHub
parent ce7acb0feb
commit 19fc37539e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import { css } from "lit-element";
export const configElementStyle = css`
ha-switch {
padding: 16px 0;
padding: 16px 6px;
}
.side-by-side {
display: flex;