From f0c4b92dbbef6a3bc08fa391a1b6f7ee3d229762 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 24 Feb 2022 21:48:54 -0800 Subject: [PATCH] Small fixes for actions (#11850) --- .../automation/action/types/ha-automation-action-device_id.ts | 2 +- .../automation/action/types/ha-automation-action-event.ts | 2 +- .../automation/action/types/ha-automation-action-repeat.ts | 4 ++-- .../action/types/ha-automation-action-wait_for_trigger.ts | 1 - src/translations/en.json | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) 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 { -