From f0fd7623ed965f0f251ffef0cce1bc693d6a901c Mon Sep 17 00:00:00 2001 From: Peter Beverloo Date: Tue, 8 Oct 2024 23:17:35 +0100 Subject: [PATCH] fix: Improve padding for headers --- app/admin/components/FormGridSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/components/FormGridSection.tsx b/app/admin/components/FormGridSection.tsx index 74c6324b..72581f86 100644 --- a/app/admin/components/FormGridSection.tsx +++ b/app/admin/components/FormGridSection.tsx @@ -176,7 +176,7 @@ export function FormGridSection(props: React.PropsWithChildren { !('noHeader' in sectionHeaderProps) && - } + } {children}