Closed jonycoo closed 6 months ago
As shown in this picture, if the step.name is too lang without breakpoints it overflows the container.
My Solution so far is to set the css property word-wrap: break-word; via id to the span in the template.
word-wrap: break-word;
Please let me know if you have any better/cleaner Ideas.
As shown in this picture, if the step.name is too lang without breakpoints it overflows the container.
My Solution so far is to set the css property
word-wrap: break-word;
via id to the span in the template.Please let me know if you have any better/cleaner Ideas.