From ae929f27b0e140327685c8abdff75d68f464315d Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:17:30 +0500 Subject: [PATCH] /workflows /detail-view - unusual scroll behaviour (#4806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gitstart Co-authored-by: JĂșlio Piubello da Silva Cabral Co-authored-by: Nitesh Singh Co-authored-by: C000Ldude Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Klinger Matheus <50892465+KlingerMatheus@users.noreply.github.com> Co-authored-by: Grace Nshokano Co-authored-by: Olusanya Timothy <48022904+seunexplicit@users.noreply.github.com> Co-authored-by: Thiago Nascimbeni Co-authored-by: Peer Richelsen Co-authored-by: Bailey Pumfleet --- .../ee/workflows/components/v2/WorkflowDetailsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/ee/workflows/components/v2/WorkflowDetailsPage.tsx b/packages/features/ee/workflows/components/v2/WorkflowDetailsPage.tsx index 21586ead4e..d743e16566 100644 --- a/packages/features/ee/workflows/components/v2/WorkflowDetailsPage.tsx +++ b/packages/features/ee/workflows/components/v2/WorkflowDetailsPage.tsx @@ -80,7 +80,7 @@ export default function WorkflowDetailsPage(props: Props) { return ( <>
-
+
@@ -116,7 +116,7 @@ export default function WorkflowDetailsPage(props: Props) {
{/* Workflow Trigger Event & Steps */} -
+
{form.getValues("trigger") && (