From ddc17c912f72a4ab1d3568747e5e01f9da2c5740 Mon Sep 17 00:00:00 2001 From: Gregor Lasnibat Date: Tue, 19 Sep 2023 12:49:02 +0200 Subject: [PATCH] Fixed breaking table in shared view [SCI-9226] --- app/assets/stylesheets/reports.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/reports.scss b/app/assets/stylesheets/reports.scss index 9c2314c4f..308bfaf8d 100644 --- a/app/assets/stylesheets/reports.scss +++ b/app/assets/stylesheets/reports.scss @@ -68,6 +68,7 @@ label { */ .hot-table-container { display: flex; + overflow: auto; .ht_master .wtHolder { height: auto !important; width: auto !important;