From: Pete Houghton Date: Wed, 3 Dec 2014 17:28:26 +0000 (+0000) Subject: Update ink.css X-Git-Tag: v2.0.0~2^2~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F117%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update ink.css Causes a multitude of unnecessary word breaks in Apple Mail/iOS mail app and is ignored in every other client causing inconsistency. Google Chrome has no support for the hyphen property in any version. --- diff --git a/css/ink.css b/css/ink.css index 92b14dc8..aa04fafa 100644 --- a/css/ink.css +++ b/css/ink.css @@ -70,9 +70,9 @@ table { td { word-break: break-word; - -webkit-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; + -webkit-hyphens: none; + -moz-hyphens: none; + hyphens: none; border-collapse: collapse !important; }