]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update ink.css 149/head
authorJoffrey Parisot <joffrey.parisot2@gmail.com>
Wed, 25 Nov 2015 13:51:43 +0000 (14:51 +0100)
committerJoffrey Parisot <joffrey.parisot2@gmail.com>
Wed, 25 Nov 2015 13:51:43 +0000 (14:51 +0100)
word-break : break-word doesn't exist. Use word-wrap instead.

css/ink.css

index 251448021216d97f718a96dbd6da2fea3d6620be..f884beb200b85e5e2723086a7fde8f61bb32bfdd 100644 (file)
@@ -69,7 +69,7 @@ table {
 }
 
 td {
-  word-break: break-word;
+  word-wrap: break-word;
   -webkit-hyphens: none;
   -moz-hyphens: none;
   hyphens: none;