Created by: courier-new
Closes https://github.com/sourcegraph/sourcegraph/issues/36184.
This PR does a couple things to make the timeline modal with everything expanded overflow better:
overflow: auto
so that it's scrollableThis also fixes the Total Time duration wrapping weirdly in the workspace details.
https://user-images.githubusercontent.com/8942601/172937615-89a578bc-74d1-4c39-93ee-a75134744902.mov
Manually tested across different screen sizes (sorry, mobile users) with different states of expanded timeline contents.
Check out the client app preview documentation to learn more.