summaryrefslogtreecommitdiffstats
path: root/portal-FE-common
diff options
context:
space:
mode:
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;
}