From c7c662b218b527c9aa1df61e51dca6c68fa2c84d Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Wed, 15 Jul 2020 15:15:43 +0530 Subject: [PATCH] Left Menu Expand Or Collapse-Container Space Issue Left Menu Expand Or Collapse - Container Space Issue Issue-ID: PORTAL-947 Change-Id: Icf65151c2782104726362e45b42e32713e2f3c65 Signed-off-by: Sudarshan Kumar --- portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts index b157abbc..86f76595 100644 --- a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts +++ b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts @@ -110,6 +110,7 @@ export class TabbarComponent implements OnInit { setStyle() { const style = { 'margin-left': this.collapedSideBar ? '80px' : '370px', + 'max-width': this.collapedSideBar ? '1540px' : '1140px' }; return style; } -- 2.16.6