1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +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 57c6115c35
commit e059f02355

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;