diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss
index 6a9464dea..e02bc8c37 100644
--- a/ui/src/styles/app.scss
+++ b/ui/src/styles/app.scss
@@ -142,6 +142,9 @@ h5 {
.mt-20 {
margin-top: calc(var(--app-base-px) * 2 + 4px);
}
+.mt-24 {
+ margin-top: calc(var(--app-base-px) * 3);
+}
.mb-4 {
margin-bottom: calc(var(--app-base-px) - 4px);
diff --git a/ui/src/workflow/nodes/condition-node/index.vue b/ui/src/workflow/nodes/condition-node/index.vue
index 7707f12a8..d56ef73a0 100644
--- a/ui/src/workflow/nodes/condition-node/index.vue
+++ b/ui/src/workflow/nodes/condition-node/index.vue
@@ -32,7 +32,7 @@
-
+
@@ -48,6 +48,15 @@
+
+
+
+
+
+
+