Truncate long username rather than give horizontal scroll

This commit is contained in:
2023-11-21 08:40:45 -06:00
parent d5c6985bc4
commit 9e1c68b1fd

View File

@ -65,6 +65,7 @@ function collapseItem(theme: Theme, ownerState: any)
cursor: "pointer",
userSelect: "none",
whiteSpace: "nowrap",
overflow: "hidden",
boxShadow: active && !whiteSidenav && !darkMode && !transparentSidenav ? md : "none",
[breakpoints.up("xl")]: {
transition: transitions.create(["box-shadow", "background-color"], {