Open icecream17 opened 2 years ago
If the output is very long, it goes off-screen, and gasp, there's horizontal scrolling.
In this case the fix is as easy as adding applying word-wrap: anywhere to the output element.
word-wrap: anywhere
Although this doesn't consider outputting newlines. Not sure what to do there.
If the output is very long, it goes off-screen, and gasp, there's horizontal scrolling.
In this case the fix is as easy as adding applying
word-wrap: anywhere
to the output element.Although this doesn't consider outputting newlines. Not sure what to do there.