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