Skip to content

Commit db0ed26

Browse files
authored
style: Highly optimized when adding BREAK and Continue nodes (#4102)
1 parent 2c624a2 commit db0ed26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/workflow/common/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export const loopContinueNode = {
478478
type: WorkflowType.LoopContinueNode,
479479
text: t('views.applicationWorkflow.nodes.loopContinueNode.text'),
480480
label: t('views.applicationWorkflow.nodes.loopContinueNode.label'),
481-
height: 600,
481+
height: 100,
482482
properties: {
483483
width: 600,
484484
stepName: t('views.applicationWorkflow.nodes.loopContinueNode.label'),
@@ -510,7 +510,7 @@ export const loopBreakNode = {
510510
type: WorkflowType.LoopBreakNode,
511511
text: t('views.applicationWorkflow.nodes.loopBreakNode.text'),
512512
label: t('views.applicationWorkflow.nodes.loopBreakNode.label'),
513-
height: 600,
513+
height: 100,
514514
properties: {
515515
width: 600,
516516
stepName: t('views.applicationWorkflow.nodes.loopBreakNode.label'),

0 commit comments

Comments
 (0)