diff --git a/site/src/components/Dashboard/Navbar/UserDropdown/UserDropdown.tsx b/site/src/components/Dashboard/Navbar/UserDropdown/UserDropdown.tsx index d8194ac8c567e..3c65c3c0342b1 100644 --- a/site/src/components/Dashboard/Navbar/UserDropdown/UserDropdown.tsx +++ b/site/src/components/Dashboard/Navbar/UserDropdown/UserDropdown.tsx @@ -76,6 +76,7 @@ export const UserDropdown: FC> = ({ horizontal="right" css={(theme) => ({ ".MuiPaper-root": { + minWidth: "auto", width: 260, boxShadow: theme.shadows[6], },