From b578be10f89470e8e19baceb268524034154f0fe Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Tue, 6 Jul 2021 17:16:52 +0200 Subject: [PATCH] Seperate Grid container & item in wrapped components to avoid wrong spacing Signed-off-by: Philipp Hugenroth --- .../components/CatalogPage/CatalogPage.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 85855237fb..089e61f0fb 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -58,18 +58,20 @@ export const CatalogPage = ({ - - - - - - - - - - + + + + + + + + + + + +