Fix footer padding

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-11-17 11:45:14 +01:00
parent 6b0984902e
commit db24f10dd3
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
const PaginationFooter = ({ pagination }) => {
return (
<Box paddingTop={6}>
<Box paddingTop={4}>
<Flex alignItems="flex-end" justifyContent="space-between">
<PageSizeURLQuery trackedEvent="willChangeNumberOfEntriesPerPage" />
<PaginationURLQuery pagination={pagination} />

View File

@ -6,7 +6,7 @@ import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
const PaginationFooter = ({ pagination }) => {
return (
<Box paddingTop={6}>
<Box paddingTop={4}>
<Flex alignItems="flex-end" justifyContent="space-between">
<PageSizeURLQuery />
<PaginationURLQuery pagination={pagination} />

View File

@ -14,7 +14,7 @@ exports[`DynamicTable renders and matches the snapshot 1`] = `
}
.c0 {
padding-top: 24px;
padding-top: 16px;
}
.c14 {

View File

@ -143,7 +143,7 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
}
.c44 {
padding-top: 24px;
padding-top: 16px;
}
.c58 {