diff --git a/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue b/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue index 3e9c3cfa80dee..09dcfb26bff49 100644 --- a/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue +++ b/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue @@ -340,7 +340,7 @@ export default defineComponent({ } .add-tag-standalone { - padding: 20px 0; // to be more clickable + padding: var(--spacing-m) 0; // to be more clickable } .add-tag-wrapper {