mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix user dropdown width (#10523)
This commit is contained in:
@@ -76,6 +76,7 @@ export const UserDropdown: FC<PropsWithChildren<UserDropdownProps>> = ({
|
||||
horizontal="right"
|
||||
css={(theme) => ({
|
||||
".MuiPaper-root": {
|
||||
minWidth: "auto",
|
||||
width: 260,
|
||||
boxShadow: theme.shadows[6],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user