Skip to content

Allows the CPU State content to wrap itself depending on the page's width.

Guisset Romain requested to merge cpu-state-words-wrapping into master

It is now possible for the various views (Editor and Execution tabs) to take up multiple lines. However, this only changes if the page's width becomes too small. In your email you ask if it is possible to display those views on multiple lines depending on the current stage. This PR does not implement this, as I would need more details on which kind of stages should trigger this wrapping behaviour but also where to wrap at. So if you are after such behaviour, please help me understand the condition to meet for the wrapping to take place.

Merge request reports