From 521ab30bba228a1998c85f9efdcf5e24b6ac6221 Mon Sep 17 00:00:00 2001 From: AkaraChen Date: Thu, 28 Nov 2024 10:20:08 +0800 Subject: [PATCH] fix: data processing form layout padding --- web/app/components/datasets/create/step-two/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/create/step-two/index.module.css b/web/app/components/datasets/create/step-two/index.module.css index 00b6a54bad..4d857968b7 100644 --- a/web/app/components/datasets/create/step-two/index.module.css +++ b/web/app/components/datasets/create/step-two/index.module.css @@ -14,7 +14,7 @@ } .form { - @apply px-16 pb-8; + @apply px-16 py-8; } .form .label {