I am using a wordpress them that has awful support for word word wrapping, there is hyphenation and word breaks littered all over the site.
I have fixed the problem entirely on chrome and firefox but have tried a million things for safari but the problem persists.
This fixes chrome and firefox, and I believe it should fix Safari too right?
body, p, h1, h2, h3, h4, h5, h6 {
-moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;}