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=67364dc03c74fb51ba320368fb7f78d615b37c50;p=addressbook-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 {