Please change this in next version.
Q – I would like it if my theme would not break words but instead force the entire word to the next line. Right now its breaking the words at the end of sentences and it looks weird. How do I force it not to break or wrap?
A – Would this be a good way to get rid of them or is there are better way to eliminate it from the entire site and not just the <p> tags?
p {
word-wrap: normal;
word-break: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;