Skip to content

Commit

Permalink
responsive breadcrumb (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Mar 5, 2019
1 parent 8b0c186 commit 31a0dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/files/files.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<adf-breadcrumb
[root]="title"
[folderNode]="node"
[maxItems]="isSmallScreen ? 1 : 0"
(navigate)="onBreadcrumbNavigate($event)"
>
</adf-breadcrumb>
Expand Down

0 comments on commit 31a0dae

Please sign in to comment.