From 3e5772c50ce3808f1791a91aa5a726ee4b54c435 Mon Sep 17 00:00:00 2001 From: twwu Date: Mon, 14 Jul 2025 16:36:51 +0800 Subject: [PATCH] fix: enhance layout and tooltip handling in Actions component --- .../datasets/documents/create-from-pipeline/actions/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx b/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx index 3693dee42f..5d5512e215 100644 --- a/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx +++ b/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx @@ -41,7 +41,7 @@ const Actions = ({ }, [showSelect, selectedOptions, totalOptions]) return ( -
+
{showSelect && ( <>
@@ -55,7 +55,7 @@ const Actions = ({
{tip && ( -
+
{tip}
)}