On Firefox, how can you justify text that has the white-space: pre-wrap;
CSS attribute?
I need the pre-wrap
to prevent the browser from collapsing whitespaces, but it breaks the text-align: justify;
property. See http://jsfiddle.net/xpp48knq/ for example.
I would be ok with any solution that doesn't collapse spaces and that justifies content.