Skip to content

Commit

Permalink
fix: alignment if NFT with space as name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed May 14, 2024
1 parent 653082e commit 77976ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
<div class="flex flex-col gap-2 p-3">
<nft-name class="w-full flex flex-row items-center justify-between gap-2">
<Text type="body2" truncate>{nft.name}</Text>
<Text type="body2" truncate class="after:content-['\200b']">{nft.name}</Text>
</nft-name>
<nft-pills class="flex flex-row items-center gap-2">
<NetworkAvatar networkId={nft.networkId} size="sm" showTooltip />
Expand Down

0 comments on commit 77976ee

Please sign in to comment.