mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 23:09:47 +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 }) => {
|
const PaginationFooter = ({ pagination }) => {
|
||||||
return (
|
return (
|
||||||
<Box paddingTop={6}>
|
<Box paddingTop={4}>
|
||||||
<Flex alignItems="flex-end" justifyContent="space-between">
|
<Flex alignItems="flex-end" justifyContent="space-between">
|
||||||
<PageSizeURLQuery trackedEvent="willChangeNumberOfEntriesPerPage" />
|
<PageSizeURLQuery trackedEvent="willChangeNumberOfEntriesPerPage" />
|
||||||
<PaginationURLQuery pagination={pagination} />
|
<PaginationURLQuery pagination={pagination} />
|
||||||
|
@ -6,7 +6,7 @@ import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
|
|||||||
|
|
||||||
const PaginationFooter = ({ pagination }) => {
|
const PaginationFooter = ({ pagination }) => {
|
||||||
return (
|
return (
|
||||||
<Box paddingTop={6}>
|
<Box paddingTop={4}>
|
||||||
<Flex alignItems="flex-end" justifyContent="space-between">
|
<Flex alignItems="flex-end" justifyContent="space-between">
|
||||||
<PageSizeURLQuery />
|
<PageSizeURLQuery />
|
||||||
<PaginationURLQuery pagination={pagination} />
|
<PaginationURLQuery pagination={pagination} />
|
||||||
|
@ -14,7 +14,7 @@ exports[`DynamicTable renders and matches the snapshot 1`] = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
padding-top: 24px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c14 {
|
.c14 {
|
||||||
|
@ -143,7 +143,7 @@ describe('ADMIN | Pages | USERS | ListPage', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c44 {
|
.c44 {
|
||||||
padding-top: 24px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c58 {
|
.c58 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user