Skip to content

Commit

Permalink
🐛 Fix impersonate menu not being static width on overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Nov 1, 2024
1 parent a0e7aab commit b15455f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const ImpersonateMenu: FC<ImpersonateProps> = ({
anchorEl={anchorEl}
onClose={handleOnClose}
placement="bottom-end"
style={{ width: '400px' }}
>
<Header>
<Typography variant="h6">Impersonate</Typography>
Expand Down

0 comments on commit b15455f

Please sign in to comment.