Add padding to device action form (#14976)

This commit is contained in:
Paul Bottein 2023-01-03 15:02:16 +01:00 committed by GitHub
parent bf6ad3d0a5
commit 18a69d633f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ export class HaDeviceAction extends LitElement {
}
ha-form {
display: block;
margin-top: 24px;
}
`;