Somewhere in your styling you have:
pre code { white-space: pre-wrap; }
Change that to:
pre code { white-space: pre; }
Somewhere in your styling you have:
pre code { white-space: pre-wrap; }
Change that to:
pre code { white-space: pre; }