Here's my pre style
Code: Select all
pre
{
font-size: 12pt;
background-color: #edf0f1;
white-space: pre-wrap;
}In Chrome 54.0.2840.87, it is still one long line of code that looks bad in HTML output. If I resize my browser down, the line is cut off from view. It's as if Chrome is using nowrap.
Has anyone got this to work?