Forum Discussion
OlivierS
11 years agoLithium Alumni (Retired)
Quelyn do you have a URL we could see the issue?
I'm not a CSS guru, so I'm not sure if there is a difference between :
white-space: pre-wrap;
and
white-space: -pre-wrap;
(the difference is the '-' sign in front of pre-wrap).
Worth having a play with Google Webmaster Tools if no one respond to this thread!
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
Quelyn
11 years agoGenius
Thanks for the suggestion! I've been trying a bunch of options in Google developer tools.
I am trying to change the option to "pre" the default in lithium appears to be "pre-wrap".
I tried "-pre" and that didn't work either