Skip to content

Commit

Permalink
Merge pull request #4677 from akolson/fixes-breadcrumb-wrap-issue
Browse files Browse the repository at this point in the history
Fixes the breadcrumb wrap for long folder names
  • Loading branch information
akolson authored Aug 27, 2024
2 parents f508463 + 4dc29f2 commit e5ee3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
/* Truncate text if the last item is too long */
.breadcrumb:last-child {
max-width: calc(100% - 76px);
max-width: calc(100% - 86px);
}
/deep/ .v-breadcrumbs__item {
Expand Down

0 comments on commit e5ee3cf

Please sign in to comment.