Skip to content

Commit

Permalink
fix dropdown width
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane committed Nov 26, 2024
1 parent 026a093 commit 3310c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Earns/PoolExplorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Earn = () => {
<Flex sx={{ gap: '1rem' }} flexWrap="wrap">
<DropdownMenu options={chains} value={filters.chainId} alignLeft onChange={onChainChange} />
<DropdownMenu
width={90}
width={100}
options={supportedProtocols}
value={filters.protocol}
alignLeft
Expand Down

0 comments on commit 3310c01

Please sign in to comment.