You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception widget opens -> decrease the size of the screen bit by bit so you get word wrapping
Notice how the wrapping is not perfect -> in my screenshot you can see that there is an empty line which should not be the case, it should contain the text which is not visible on the previous line
The text was updated successfully, but these errors were encountered:
After talk to @isidorn it seems that it is OS-specific (Windows is fine, Mac OS gives the result above), being a small edge case. Closing it for now as I am not doing any fancy calculations there apart from setting white-space: pre-wrap; in CSS.
Refs #23013
The text was updated successfully, but these errors were encountered: