diff --git a/src/panels/config/automation/action/types/ha-automation-action-device_id.ts b/src/panels/config/automation/action/types/ha-automation-action-device_id.ts index c837304ea9..96bfd08fc5 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-device_id.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-device_id.ts @@ -145,7 +145,7 @@ export class HaDeviceAction extends LitElement { static styles = css` ha-device-picker { display: block; - margin-bottom: 24px; + margin-bottom: 16px; } ha-device-action-picker { display: block; diff --git a/src/panels/config/automation/action/types/ha-automation-action-event.ts b/src/panels/config/automation/action/types/ha-automation-action-event.ts index ee133fa7da..e022bb5f50 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-event.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-event.ts @@ -50,7 +50,7 @@ export class HaEventAction extends LitElement implements ActionElement { -