From: Joffrey Parisot Date: Wed, 25 Nov 2015 13:51:43 +0000 (+0100) Subject: Update ink.css X-Git-Tag: v2.0.0~2^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F149%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update ink.css word-break : break-word doesn't exist. Use word-wrap instead. --- diff --git a/css/ink.css b/css/ink.css index 25144802..f884beb2 100644 --- a/css/ink.css +++ b/css/ink.css @@ -69,7 +69,7 @@ table { } td { - word-break: break-word; + word-wrap: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;