From: Roland Häder Date: Fri, 25 Aug 2017 21:34:25 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ef2626d9bdcd8c83e54047c5f758aa5e3f97356;p=jfinancials-war.git Please cherry-pick: - also .table_row needs to have overflow:auto to have nice output Signed-off-by: Roland Häder --- diff --git a/web/resources/css/layout.css b/web/resources/css/layout.css index 545584b4..e9420220 100644 --- a/web/resources/css/layout.css +++ b/web/resources/css/layout.css @@ -90,6 +90,7 @@ table, .table, .table_medium { width: 100%; min-height: 20px; margin: 2px; + overflow: auto; } .table_left {