mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Adds an ellipsis and max width to profile nav token name (#24240)
This commit is contained in:
3
.changelog/24240.txt
Normal file
3
.changelog/24240.txt
Normal file
@@ -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
|
||||
```
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user