Skip to content

Commit

Permalink
fix: responsive (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamedtkd authored Feb 18, 2025
1 parent 09b2f4b commit aa15db5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/TransactionMemo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export default function TransactionMemo() {
Transaction Memo
</label>
<div className="border border-gray-900 rounded-xl p-sp5 text-gray-400">
<p className=" min-h-[114px]">{transferTo}@POLYGON</p>
<p className=" min-h-[114px] break-all">
{transferTo}@POLYGON
</p>
<CopyButton
text={transferTo ? `${transferTo}@POLYGON` : ""}
/>
Expand Down

0 comments on commit aa15db5

Please sign in to comment.