mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +00:00
Fix footer padding
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
6b0984902e
commit
db24f10dd3
@ -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} />
|
||||
|
@ -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} />
|
||||
|
@ -14,7 +14,7 @@ exports[`DynamicTable renders and matches the snapshot 1`] = `
|
||||
}
|
||||
|
||||
.c0 {
|
||||
padding-top: 24px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.c14 {
|
||||
|
@ -143,7 +143,7 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
|
||||
}
|
||||
|
||||
.c44 {
|
||||
padding-top: 24px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.c58 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user