Quelyn
10 years agoGenius
CSS Question: <pre> styling and wrapping
#lia-body .lia-content .lia-message-body pre, .mceContentBody pre, .mce-content-body pre, #lia-body .lia-content .lia-panel-tooltip pre { -ms-word-wrap:sWrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre; }
This is the code for pre formatting. I don't want it to wrap long lines, but instead scroll to the right to read the whole line.
This works for published TKB's. But when I look in the MCE editor, it's not working as expected in chrome.
In Firefox it's working.
Has anyone had any experience with this one?