Skip to content

Commit

Permalink
fix(igx): make sure the content contained stretches to the available …
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
damyanpetev committed Jul 20, 2018
1 parent e4d3f57 commit 9c34970
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<span *ngFor="let route of topNavLinks" igxDrawerItem igxRipple routerLinkActive="igx-nav-drawer__item--active" routerLink="{{route.path}}">{{route.name}}</span>
</ng-template>
</igx-nav-drawer>
<div igxFlex class="main">
<div class="main" igxFlex igxLayout igxLayoutDir="columns">
<igx-navbar title="$(name)" actionButtonIcon="menu" (onAction)="nav.toggle()"></igx-navbar>
<div class="content">
<div class="content" igxFlex>
<router-outlet></router-outlet>
</div>
</div>
Expand Down

0 comments on commit 9c34970

Please sign in to comment.