I have a problem with the word-breaks on my pages. There seems to be some inline CSS (line 87):
- Code: Select all
body {
-moz-hyphens: auto;
word-break: break-all;
}
Where is this generated? I need to get rid of it
Thanks in advance,
Arvid
body {
-moz-hyphens: auto;
word-break: break-all;
}