From 4bd62f7e1c6943f9d2dec15b4d6694115f92e65e Mon Sep 17 00:00:00 2001 From: Christian Denker Date: Mon, 26 Feb 2018 14:47:33 +0100 Subject: [PATCH] fix problems with table rendering #225 --- Source/Resources/Style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Resources/Style.css b/Source/Resources/Style.css index e9ad72d4e..c1a0a458f 100755 --- a/Source/Resources/Style.css +++ b/Source/Resources/Style.css @@ -57,6 +57,7 @@ body { table { border-collapse: collapse; border-spacing: 0; + word-break: normal; } tbody, tfoot, thead { vertical-align: middle !important;