Skip to content

Commit

Permalink
fix long contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzaizzat committed Apr 30, 2024
1 parent bfee7a0 commit 7d25251
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export function NftSelectorContractToolbar({

return (
<View className="flex-row justify-between px-4 pt-4">
<BaseM weight="Bold">{contractName}</BaseM>
<BaseM weight="Bold" style={{ maxWidth: '65%' }}>
{contractName}
</BaseM>

<View className="flex-row space-x-2 items-center">
<GalleryTouchableOpacity
Expand Down

0 comments on commit 7d25251

Please sign in to comment.