From 7a55e5d8096d0e092426f2c35462690e731438e0 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:52:55 -0500 Subject: [PATCH] Upddated Stepper Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .../scaffolder-react/src/next/components/Stepper/Stepper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx index 55b5703ecf..e15953bf1f 100644 --- a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx +++ b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx @@ -53,7 +53,7 @@ const useStyles = makeStyles(theme => ({ display: 'flex', flexDirection: 'row', justifyContent: 'right', - padding: theme.spacing(2), + marginTop: theme.spacing(2), }, formWrapper: { padding: theme.spacing(2),