Fix for Resizing the main tab area upon collapsing left menu
[portal.git] / portal-FE-common / src / app / layout / components / tabbar / tabbar.component.html
index 31bb197..93dd345 100644 (file)
@@ -59,7 +59,7 @@
             <div style="display: flex; flex-direction:row;">
               <app-sidebar (collapsedEvent)="receiveCollapsed($event)"></app-sidebar>
               <app-userbar></app-userbar>
-              <div class="container" style="margin-left: 370px;">
+              <div class="container" [ngStyle]="setStyle()">
                 <router-outlet></router-outlet>
               </div>
             </div>