From b78b691c208636de972a260841778993c3dfc47d Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Fri, 28 Jun 2024 07:30:59 +0000 Subject: [PATCH] 349769454: (fix) update size on the empty reports page to prevent overlapping --- modules/ui/src/app/pages/reports/reports.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ui/src/app/pages/reports/reports.component.scss b/modules/ui/src/app/pages/reports/reports.component.scss index 49fd52f1d..47d76d880 100644 --- a/modules/ui/src/app/pages/reports/reports.component.scss +++ b/modules/ui/src/app/pages/reports/reports.component.scss @@ -127,6 +127,10 @@ grid-row: 1/3; } +.results-content-empty { + height: 100%; +} + .results-content-empty-message { display: flex; flex-direction: column;