tobytwigger / laravel-job-status

The only Laravel job debugging tool you'll ever need
https://tobytwigger.github.io/laravel-job-status
MIT License
19 stars 1 forks source link

[Dashboard] Jobs list needs a responsive table row #52

Closed shutupflanders closed 1 year ago

shutupflanders commented 1 year ago

Describe the bug The job tags overlap the job name when above the 1024px media breakpoint

Expected behavior Ideally they should be right-aligned or dropped to a new line.

Screenshots image

Additional context This obviously depends on the length of the job name.