Wrap pre text

I want to wrap text that is in a PRE box without breaking words in half. You can find it on the following page: http://insightfolios.com/referral/

The text is wrapping but words are breaking in the middle. Is it possible to wrap without breaking words?

Thanks,
Paul

Hello Paul,

Thanks for writing in! To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body pre {
    word-break: normal;
    word-wrap: normal;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.