nocode-js / sequential-workflow-designer

Customizable no-code component for building flow-based programming applications or workflow automation. 0 external dependencies.
https://nocode-js.com/
MIT License
1.08k stars 111 forks source link

Force fixed step width #122

Closed tskomudek closed 8 months ago

tskomudek commented 8 months ago

Hi,

is there any way to force that steps are rendered with a fixed width ?

image

Thank you

T.

b4rtaz commented 8 months ago

Hello @tskomudek!

Check this article (the Customization fragment), you can override the minTextWidth property.

tskomudek commented 8 months ago

Hi Bart,

works like a charm, thank you.

T.