Disable word wrap for code blocks?

Oh, sorry. Then changing the white-space property should do it:

    white-space: nowrap;

white-space: pre; also works on my end.

The other changes would have to apply to the code block itself. Inspecting Stack Overflow itself offers some hints: