Skip to content

[Queue-2.0] Timeline with long forwards

Summary

It seems that we can have too long lines in the timeline. This will result in no wrapping happening because of the white-space: pre on an element in the timeline. We should fix this by changing this to white-space: pre-line or pre-wrap.

Steps to reproduce

Possible Fix

Logs