From 68932e04ba2773bfa6919cf74c2b50737e47f621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Fri, 15 Oct 2021 16:23:56 +0300 Subject: [PATCH] RED-2477: Fixed justifications screen width? --- .../justifications-screen/justifications-screen.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.scss index 658f7ee0a..fdab5672e 100644 --- a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.scss @@ -1,3 +1,4 @@ :host { - width: 100%; + flex-grow: 1; + overflow: hidden; }