Skip to content

Commit e5ee3cf

Browse files
authored
Merge pull request #4677 from akolson/fixes-breadcrumb-wrap-issue
Fixes the breadcrumb wrap for long folder names
2 parents f508463 + 4dc29f2 commit e5ee3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/shared/views/Breadcrumbs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
120120
/* Truncate text if the last item is too long */
121121
.breadcrumb:last-child {
122-
max-width: calc(100% - 76px);
122+
max-width: calc(100% - 86px);
123123
}
124124
125125
/deep/ .v-breadcrumbs__item {

0 commit comments

Comments
 (0)