That should do the trick if anyone is still wondering:
/* Hyphens */
p {
-webkit-hyphens: manual !important;
-moz-hyphens: manual !important;
-ms-hyphens: manual !important;
hyphens: manual !important;
}
Will cover everything, Safari, Firefox, iOS, Chrome… Tested using the Marquee template.