Files
wren/doc/site
Bob Nystrom ad05bb2cde fix: apply white-space pre-wrap to pre blocks for Firefox line wrapping
The overflow:auto on pre elements caused horizontal scrollbars in Firefox
when code lines exceeded container width. Adding white-space:pre-wrap
enables natural line wrapping while preserving whitespace formatting,
eliminating the need for horizontal scrolling in narrow viewports.
2016-05-19 16:30:38 +00:00
..