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; }