From aea62723c0bf69c3e3a32027577e5a3a19d3c8bf Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:29:23 +1200 Subject: [PATCH] fix(forms): increase-click-area-for-expandable-form-section EE-3314 (#7007) * fix(forms): increase click area for form section --- .../FormSection/FormSection.tsx | 3 ++- .../FormSectionTitle/FormSectionTitle.tsx | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/app/portainer/components/form-components/FormSection/FormSection.tsx b/app/portainer/components/form-components/FormSection/FormSection.tsx index c833bcf39..e4d1ff12b 100644 --- a/app/portainer/components/form-components/FormSection/FormSection.tsx +++ b/app/portainer/components/form-components/FormSection/FormSection.tsx @@ -16,9 +16,10 @@ export function FormSection({ return ( <> - + {isFoldable && (