Skip to content

Commit

Permalink
Fixed the dipslay height for the library nav tree [#573]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 30, 2020
1 parent 0835139 commit b5bfe11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<cx-navigation-pane></cx-navigation-pane>
</mat-sidenav>
<mat-sidenav-content>
<div class="cx-flexible-content cx-flex-2">
<div class="cx-width-100 cx-height-100">
<mat-toolbar>
<div class="cx-spacer"></div>
<button mat-icon-button (click)="navigationPane.toggle(true)">
Expand Down

0 comments on commit b5bfe11

Please sign in to comment.