From cb18e1e71d992a6f77eee1a133eb4df6fab86da0 Mon Sep 17 00:00:00 2001 From: Alex Golovanov Date: Wed, 6 Nov 2024 10:29:49 +0300 Subject: [PATCH] chore: padding tweak --- app/client/src/pages/Editor/FormConfig.tsx | 5 +---- .../src/main/resources/editor/fetch_many.json | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/client/src/pages/Editor/FormConfig.tsx b/app/client/src/pages/Editor/FormConfig.tsx index f9de6a8cf704..b71ebbe81a4f 100644 --- a/app/client/src/pages/Editor/FormConfig.tsx +++ b/app/client/src/pages/Editor/FormConfig.tsx @@ -204,10 +204,7 @@ function renderFormConfigTop(props: { return (
{!nestedFormControl && // if the form control is a nested form control hide its label - (label?.length > 0 || - encrypted || - tooltipText || - shouldRenderSubtitle) && ( + (label?.length > 0 || encrypted || shouldRenderSubtitle) && ( <>