Describe the bug
See the Worker ID column overflows the next column
To Reproduce
Steps to reproduce the behavior:
- Run an Acceptance test from
temporalio/sdk-php
- Go to Workflow -> Workers
- See error
Expected behavior
Worker ID don't overflow the next columns, possibly soft-wraps by the column width.
Possible solution is to add word-wrap: break-word; CSS styles:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: MacOS
- Browser Arc
- Version 1.123.0
Additional context
Add any other context about the problem here.
Describe the bug
See the Worker ID column overflows the next column
To Reproduce
Steps to reproduce the behavior:
temporalio/sdk-phpExpected behavior
Worker ID don't overflow the next columns, possibly soft-wraps by the column width.
Possible solution is to add
word-wrap: break-word;CSS styles:Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.