Skip to content

Commit

Permalink
Removed Max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit078 committed Sep 5, 2024
1 parent 9ee171b commit e566c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StyledDropdownMenu = styled.div<{
box-shadow: ${({ theme }) => theme.boxShadow.strong};
display: flex;
max-width: 200px;
flex-direction: column;
z-index: 30;
width: ${({ width = 160 }) =>
Expand Down

0 comments on commit e566c81

Please sign in to comment.