Skip to content

Commit

Permalink
restoring breadcrumbs ellipsis (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez authored Oct 21, 2024
1 parent c1492b3 commit b28e188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interface/src/app/shared/nav-bar/nav-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@

.breadcrumb {
@include h3();
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

a {
color: $color-standard-blue;
Expand Down

0 comments on commit b28e188

Please sign in to comment.