This commit is contained in:
Bram Kragten
2020-01-21 16:25:58 +01:00
committed by GitHub
parent eeced628b3
commit 323cf72be3

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;
}
`;