Skip to content
Snippets Groups Projects
Commit a69afcf9 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #480 - Fix JumpToPage margin

parent 29b90f77
Branches
Tags
1 merge request!589Issue #480 - Fix JumpToPage margin
Pipeline #117704 failed
...@@ -35,12 +35,13 @@ const AccountPagination: React.FC<AccountPaginationProps> = ({ ...@@ -35,12 +35,13 @@ const AccountPagination: React.FC<AccountPaginationProps> = ({
isMirrored={true} isMirrored={true}
/> />
</div> </div>
<div className="flex items-center mt-2 md:mt-0 md:ml-auto w-full md:w-auto justify-center md:justify-end mb-2"> <div className="flex items-center mt-2 md:ml-auto w-full md:w-auto justify-center md:justify-end mb-2">
<JumpToPage <JumpToPage
currentPage={page} currentPage={page}
onPageChange={setPage} onPageChange={setPage}
totalCount={operationsCount ?? 1} totalCount={operationsCount ?? 1}
pageSize={config.standardPaginationSize} pageSize={config.standardPaginationSize}
/> />
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment