1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

Reduce max width of nav items to have a better generic fit

This commit is contained in:
Andrew Kingston 2022-03-21 15:54:10 +00:00
parent 7882d577bb
commit b5695cdc8e

View file

@ -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;