fix(site): fix user dropdown width (#10523)

This commit is contained in:
Bruno Quaresma
2023-11-04 12:05:19 -03:00
committed by GitHub
parent 744c73394a
commit e36b606498
@@ -76,6 +76,7 @@ export const UserDropdown: FC<PropsWithChildren<UserDropdownProps>> = ({
horizontal="right"
css={(theme) => ({
".MuiPaper-root": {
minWidth: "auto",
width: 260,
boxShadow: theme.shadows[6],
},