Add margin to the device automation form (#14418)

This commit is contained in:
Brynley McDonald 2022-11-29 00:48:08 +13:00 committed by GitHub
parent fce87ff0fe
commit e6a153a802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View File

@ -150,11 +150,16 @@ export class HaDeviceAction extends LitElement {
static styles = css`
ha-device-picker {
display: block;
margin-bottom: 16px;
margin-bottom: 24px;
}
ha-device-action-picker {
display: block;
}
ha-form {
margin-top: 24px;
}
`;
}

View File

@ -159,6 +159,10 @@ export class HaDeviceCondition extends LitElement {
display: block;
margin-bottom: 24px;
}
ha-form {
margin-top: 24px;
}
`;
}

View File

@ -162,6 +162,10 @@ export class HaDeviceTrigger extends LitElement {
display: block;
margin-bottom: 24px;
}
ha-form {
margin-top: 24px;
}
`;
}