SyntaxHighliter3でワードラップさせるコードを紹介します。
以下の修正をします。
.syntaxhighlighter {
overflow: hidden !important; /* 変更 */
.syntaxhighlighter.source {
overflow: hidden !important; /* 変更 */
white-space: pre !important;
white-space: normal !important; /* 変更 */