Skip to content

Commit

Permalink
Merge pull request #852 from equinor/fix/impersonate-menu-width
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 authored Nov 1, 2024
2 parents c1fe418 + b15455f commit 95fd1ea
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 95fd1ea

Please sign in to comment.