Merge "Portal Non-Gui application onboarding changes"
authorSunder Tattavarada <statta@research.att.com>
Fri, 17 Jul 2020 22:02:07 +0000 (22:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 17 Jul 2020 22:02:07 +0000 (22:02 +0000)
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;
   }