Skip to content

Commit

Permalink
give margin to last item grantee list
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 30, 2024
1 parent 91e0327 commit 2a0a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grants/components/grantee-list/grantee-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const GranteeList = () => {
)}
</VirtualWrapper>

<div className='pb-4'>{lastItem}</div>
<div className='pb-6'>{lastItem}</div>
</div>
);
};

0 comments on commit 2a0a763

Please sign in to comment.