relative width applied to sidebar profile view

This commit is contained in:
Monojit Tewari
2025-02-27 09:49:39 +05:30
parent f1cf836bdc
commit cdc2306e4c

View File

@@ -630,7 +630,7 @@ function Sidebar() {
<Avatar small={true} />
<Box
ml={theme.spacing(2)}
sx={{ maxWidth: "150px", overflow: "hidden" }}
sx={{ maxWidth: "50%", overflow: "hidden" }}
>
<Typography
component="span"
@@ -718,7 +718,7 @@ function Sidebar() {
<MenuItem sx={{ cursor: "default", minWidth: "150px" }}>
<Box
mb={theme.spacing(2)}
sx={{ maxWidth: "150px", overflow: "hidden" }}
sx={{ maxWidth: "50%", overflow: "hidden" }}
>
<Typography
component="span"