Skip to content

Commit

Permalink
fix(archive): Fix truncated breadcrumb when file name is too long (#1166
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Mingze authored Jan 29, 2020
1 parent e058a8e commit 13fe306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/viewers/archive/Breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
padding: 0 20px;
border-bottom: 1px solid $bdl-gray-10;
box-shadow: 0 4px 6px -2px $transparent-black;

.breadcrumb-item {
max-width: 200px;
}
}

0 comments on commit 13fe306

Please sign in to comment.