diff --git a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/SaveFields.svelte b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/SaveFields.svelte index 0222f5ef32..4274a92a7d 100644 --- a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/SaveFields.svelte +++ b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/SaveFields.svelte @@ -1,5 +1,5 @@ - - - - -
-
- - {#if !Object.keys(tempValue || {}).length} - Add your first filter column. - {:else} - Results are filtered to only those which match all of the following - constaints. - {/if} - - -
- -
+ + +
+ + {#if !Object.keys(tempValue || {}).length} + Add your first filter column. + {:else} + Results are filtered to only those which match all of the following + constaints. + {/if} + + +
+
@@ -74,7 +70,7 @@ display: grid; column-gap: var(--spacing-l); row-gap: var(--spacing-s); + align-items: center; grid-template-columns: auto 1fr auto 1fr auto; - align-items: baseline; }