From c1797eeebd3296b56057d2e43f005aa8ece74f42 Mon Sep 17 00:00:00 2001 From: Hager Eldakroury Date: Mon, 27 May 2024 14:44:57 +0000 Subject: [PATCH] fix(SLB-306): update grid layout --- .../ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx b/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx index cbd7d6df0..2995132af 100644 --- a/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx +++ b/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx @@ -11,13 +11,13 @@ export function BlockInfoGrid(props: BlockInfoGridFragment) {
{props.gridItems.map((item, index) => (
{item?.icon && iconMap[item?.icon]}