Briefly used the devtools and found found that white-space: break-spaces;
will fix the jumbled code in this forum - at least that's what i see in Vivaldi 5.6.2867.62.
Thought i'd mention it and i hope not to be the first to point it out, lol.
Selector:.l-content p, .l-content ul li
.l-content p, .l-content ul li {
max-width: 750px;
white-space: break-spaces;
display: inline;
}
:)
Fix screenshot of this post:
display: inline;
would also reduce the bigger line break gap that comes with the white-space in the above selector. But not fully, still some big spacing.
Before:
After:
We just added Markdown for authenticated users. This will really help future postings with code etc. Give it a try!