From 7ef2626d9bdcd8c83e54047c5f758aa5e3f97356 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 25 Aug 2017 23:34:25 +0200 Subject: [PATCH] Please cherry-pick: - also .table_row needs to have overflow:auto to have nice output MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/resources/css/layout.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5