From 32b41fb355bb5cc41b0312dfac9da7fbcf71cd8d Mon Sep 17 00:00:00 2001 From: sanjeev kumar sahoo Date: Tue, 13 Feb 2024 12:29:34 +0530 Subject: [PATCH] #2262: fix extra space in between Breadcrumb and Content --- layouts/GeneralLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/GeneralLayout.tsx b/layouts/GeneralLayout.tsx index bc8ef5bf3..38dd45fc9 100644 --- a/layouts/GeneralLayout.tsx +++ b/layouts/GeneralLayout.tsx @@ -31,14 +31,14 @@ const GeneralLayout = ({ children }: { children: ReactNode }) => {
- {children} +
{children}