https://sourceforge.net/apps/trac/sourceforge/ticket/22702
If I cut out some long lines which are more than 80 characters long which are indented by 4 spaces from a file and paste them into a wiki page as pre-formatted text then when I later look at the page there are no scroll bars to scroll across to see the end of the long lines.
See eg. https://sourceforge.net/p/strawhat/wiki/horiz_scroll/
This is the same as [#5439] I think
Related
Tickets:
#5439Oops, nevermind. That is for code browsing, this is for code snippets in wiki markdown.
Created #369: [#4848] No horizontal scroll on code snippets in markdown (1cp)
Related
Tickets:
#4848Closed #369.
je/42cc_4848
I was able to implement this with only a CSS change, without the need to subclass the CodeHiliteExtension: [7d0190]