Web IDE: Long output shouldn't require horizontal scrolling
NOTE: @claudebarde initially discovered this issue.
Steps to reproduce:
- Visit https://ide.ligolang.org/p/q0UTXg7uSzIY81fKxNsX8Q
- Compile the contract
- Note that the output is rather long, and requires horizontal scrolling to read its entirety. This creates accessibility issues.
Possible solution:
@claudebarde noted that a simple solution might just be a matter of adding the following CSS rule: white-space: break-spaces;