Comment 4 for bug 435905

Revision history for this message
Michael Bienia (geser) wrote : Re: text comments are wrapped poorly, making them hard to read confusing

That's because the max width of a text element is set to 45 em which is too less for commented lines

p, li, dt, dd, blockquote {
    max-width: 45em; /* Wrap the text before the eye gets lost. */
    }
(from style-3-0.css)

Setting it to 50 (with firebug for testing) lessen the effect you see.