diff --git a/GUI/src/components/Flow/NodeTypes/StepNode.tsx b/GUI/src/components/Flow/NodeTypes/StepNode.tsx
index fb8281ec..e33b8407 100644
--- a/GUI/src/components/Flow/NodeTypes/StepNode.tsx
+++ b/GUI/src/components/Flow/NodeTypes/StepNode.tsx
@@ -67,15 +67,17 @@ const StepNode: FC
"{t('serviceFlow.popup.loginWithTARA')}"
} {data.stepType === StepType.Input && ( diff --git a/GUI/src/pages/ServiceFlowPage.scss b/GUI/src/pages/ServiceFlowPage.scss index bb0c0b11..e9650173 100644 --- a/GUI/src/pages/ServiceFlowPage.scss +++ b/GUI/src/pages/ServiceFlowPage.scss @@ -54,8 +54,20 @@ max-width: 350px; width: 100%; min-height: 65px; + max-height: 65px; align-content: center; + .step-node-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 318px; + + p { + display: inline; + } + } + &.selected { border: dashed 1px get-color(black-coral-1);