The easiest solution is for you to enter style.css and add this class to line 67 for "pre" and "code"
word-wrap: break-word;
So, the style will look like this:
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; word-wrap: break-word; }
source share