Left Menu Expand Or Collapse-Container Space Issue
[portal.git] / portal-FE-common / src / app / layout / components / tabbar / tabbar.component.ts
index b157abb..86f7659 100644 (file)
@@ -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;
   }