gkushang / cucumber-html-reporter

Generates Cucumber HTML reports in three different themes
MIT License
234 stars 156 forks source link

Prevent step.name overflow container #287

Closed jonycoo closed 6 months ago

jonycoo commented 1 year ago

As shown in this picture, if the step.name is too lang without breakpoints it overflows the container. image

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.