summaryrefslogtreecommitdiffstats
path: root/portal-FE-common
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-07-15 15:15:43 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-07-15 15:15:55 +0530
commitc7c662b218b527c9aa1df61e51dca6c68fa2c84d (patch)
tree9a9c41f41b620f009ca4cbc2ae24b2f5bcf82b26 /portal-FE-common
parentd856cbc5d725836a07776b0f20f06bbbda7b5412 (diff)
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 <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-common')
-rw-r--r--portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts1
1 files changed, 1 insertions, 0 deletions
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;
}