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
1 changed files with 1 additions and 1 deletions

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;