Code Block Horizontal Scroll
We've been here before, but Discord deleted the posting without comment.
Code blocks suck for programmers, because they force line breaks.
Perhaps this could be fixed, maybe with a switch in the client settings.
A simple CSS rule will give us the code blocks we are looking for:
.hljs { white-space: pre; }
3
Please sign in to leave a comment.
Comments
0 comments