]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update ink.css 117/head
authorPete Houghton <phou90@gmail.com>
Wed, 3 Dec 2014 17:28:26 +0000 (17:28 +0000)
committerPete Houghton <phou90@gmail.com>
Wed, 3 Dec 2014 17:28:26 +0000 (17:28 +0000)
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.

css/ink.css

index 92b14dc89731aca5f1fc02ff2dc392ea63575bc0..aa04fafaae4a8e6af66a36a79c9526bf23140db1 100644 (file)
@@ -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;
 }