This commit is contained in:
Bram Kragten 2020-01-21 16:25:58 +01:00 committed by GitHub
parent eeced628b3
commit 323cf72be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ export class HaFormBoolean extends LitElement implements HaFormElement {
static get styles(): CSSResult {
return css`
paper-checkbox {
display: inline-block;
display: block;
padding: 22px 0;
}
`;