From 39452274f8459117f1a1d690b15f1d152e2275fb Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 17 Dec 2024 17:46:43 +0800 Subject: [PATCH] chore: fix chunk detail spacing --- .../datasets/hit-testing/components/chunk-detail-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/hit-testing/components/chunk-detail-modal.tsx b/web/app/components/datasets/hit-testing/components/chunk-detail-modal.tsx index 53fb468001..e3b0bef766 100644 --- a/web/app/components/datasets/hit-testing/components/chunk-detail-modal.tsx +++ b/web/app/components/datasets/hit-testing/components/chunk-detail-modal.tsx @@ -38,7 +38,7 @@ const ChunkDetailModal: FC = ({ onClose={onHide} className={cn(isParentChildRetrieval ? '!min-w-[1200px]' : '!min-w-[720px]')} > -
+
{/* Meta info */}