/* Disable word wrap */
body .highlight pre {
    white-space: pre !important;
    overflow-x: auto !important;
    word-wrap: normal !important;
    word-break: normal !important;
    display: block !important;
    max-width: 100%;
}

body .highlight pre code {
    white-space: pre !important;
    word-wrap: normal !important;
    word-break: normal !important;
}