Skip to content

Commit

Permalink
fix: fix TokenDropdown when button parent container is larger than…
Browse files Browse the repository at this point in the history
… button (#1667)
  • Loading branch information
dschlabach authored Nov 27, 2024
1 parent 0e3bd8a commit 169c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/components/TokenSelectDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function TokenSelectDropdown({
}, [handleBlur]);

return (
<div className="relative shrink-0">
<div className="relative max-w-fit shrink-0">
<TokenSelectButton
ref={buttonRef}
onClick={handleToggle}
Expand Down

0 comments on commit 169c025

Please sign in to comment.