diff --git a/app/assets/stylesheets/layout/_breadcrumb.sass b/app/assets/stylesheets/layout/_breadcrumb.sass index 783b110f3e..266f78afd1 100644 --- a/app/assets/stylesheets/layout/_breadcrumb.sass +++ b/app/assets/stylesheets/layout/_breadcrumb.sass @@ -99,6 +99,9 @@ ul.breadcrumb height: initial li line-height: 20px + max-width: 250px + overflow: hidden + text-overflow: ellipsis &:first-child &:before display: none diff --git a/frontend/app/components/work-packages/wp-breadcrumb/wp-breadcrumb.directive.html b/frontend/app/components/work-packages/wp-breadcrumb/wp-breadcrumb.directive.html index f6bf468745..809caad475 100644 --- a/frontend/app/components/work-packages/wp-breadcrumb/wp-breadcrumb.directive.html +++ b/frontend/app/components/work-packages/wp-breadcrumb/wp-breadcrumb.directive.html @@ -1,4 +1,5 @@ -