Less space between header and content
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -15,7 +15,7 @@ export const PageTemplate: FC<PageContainerProps & PageHeaderProps> = ({
|
|||||||
return (
|
return (
|
||||||
<PageContainer title={title}>
|
<PageContainer title={title}>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
className="mb-17"
|
className="mb-12"
|
||||||
title={title}
|
title={title}
|
||||||
description={description}
|
description={description}
|
||||||
actions={actions}
|
actions={actions}
|
||||||
|
|||||||
Reference in New Issue
Block a user