We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca2a02 commit c2d44d3Copy full SHA for c2d44d3
packages/reva-admin-react/src/components/search/search-list/SearchList.tsx
@@ -89,7 +89,7 @@ export const SearchList = <T,>({
89
totalPages={searchResultsPage.info.totalPages}
90
currentPage={searchResultsPage.info.currentPage}
91
baseHref={pathname}
92
- className="mx-auto"
+ className="mx-auto my-12"
93
baseParams={searchParamsWithoutPage}
94
/>
95
</div>
0 commit comments