Reduce max width of nav items to have a better generic fit
This commit is contained in:
parent
7882d577bb
commit
b5695cdc8e
|
@ -136,7 +136,7 @@
|
|||
font-weight: 600;
|
||||
font-size: var(--spectrum-global-dimension-font-size-75);
|
||||
white-space: nowrap;
|
||||
max-width: 180px;
|
||||
max-width: 160px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex: 0 0 auto;
|
||||
|
|
Loading…
Reference in New Issue