From 6c36e58e53d17f93469ed3ec23b1b0d7ce74aeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 23 Jun 2022 15:17:06 +0300 Subject: [PATCH] RED-4331: Reports page is two columns again --- .../reports/reports-screen/reports-screen.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.scss index e2b5ad16b..f73496ca2 100644 --- a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.scss @@ -1,9 +1,7 @@ @use 'common-mixins'; :host { - flex-grow: 1; - overflow: hidden; - display: flex; + flex-direction: row; } .content-container,