Skip to content

Commit

Permalink
backport of commit ec53ccc
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored Oct 18, 2024
1 parent ca7c655 commit 68d07e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/24240.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Put a max-width on token name so it doesn't collide with the search box in the top nav
```
8 changes: 8 additions & 0 deletions ui/app/styles/core/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ $secondaryNavbarHeight: 4.5rem;
}
}

.profile-dropdown .hds-dropdown-toggle-button__text {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
direction: rtl;
}

.custom-label {
border-radius: 1rem;
padding: 0.25rem 1rem;
Expand Down

0 comments on commit 68d07e1

Please sign in to comment.