From e3f9794b20d29d4539bccc0432acbf4e4781ea48 Mon Sep 17 00:00:00 2001 From: sanjaypinna Date: Mon, 24 Feb 2025 19:08:32 +0530 Subject: [PATCH] fix css --- .../datasets/[dataset]/components/Resources/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/[locale]/datasets/[dataset]/components/Resources/index.tsx b/app/[locale]/datasets/[dataset]/components/Resources/index.tsx index a8a1a12..c28ca6b 100644 --- a/app/[locale]/datasets/[dataset]/components/Resources/index.tsx +++ b/app/[locale]/datasets/[dataset]/components/Resources/index.tsx @@ -68,11 +68,14 @@ const Resources = () => { Downloadable Resources -
+
{data?.datasetResources.map((item: any, index: number) => ( -
+
-
+
{item.name} {item.fileDetails.format}
@@ -106,7 +109,7 @@ const Resources = () => {