mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 07:50:02 +00:00
use padding instead of margin
This commit is contained in:
parent
08400cb7cf
commit
b0ba8e5a43
@ -14,7 +14,7 @@ export const EmptyPluginSearch = ({ content }) => {
|
||||
<Box position="absolute" top={11} width="100%">
|
||||
<Flex alignItems="center" justifyContent="center" direction="column">
|
||||
<Icon as={EmptyStateDocument} color="" width="160px" height="88px" />
|
||||
<Box marginTop={6}>
|
||||
<Box paddingTop={6}>
|
||||
<Typography variant="delta" as="p" textColor="neutral600">
|
||||
{content}
|
||||
</Typography>
|
||||
|
Loading…
x
Reference in New Issue
Block a user