Skip to content

Commit

Permalink
Merge pull request #339 from reservoirprotocol/ted/relay-6170-token-s…
Browse files Browse the repository at this point in the history
…elector-overflow

Fix token selector trigger overflow
  • Loading branch information
pedromcunha authored Oct 30, 2024
2 parents f99eadf + 40aece0 commit 0004bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nasty-months-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Fix token selector trigger overflow
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SwapWidgetTokenTrigger: FC<SwapWidgetTokenTriggerProps> = ({
<FontAwesomeIcon icon={faCoins} width={12} height={12} />
</Box>
)}
<Text style="subtitle1" ellipsify>
<Text style="subtitle1" ellipsify css={{ maxWidth: 100 }}>
{token.symbol}
</Text>
</Flex>
Expand Down

0 comments on commit 0004bc1

Please sign in to comment.