diff --git a/editor.planx.uk/src/@planx/components/List/Public/index.tsx b/editor.planx.uk/src/@planx/components/List/Public/index.tsx index cd1d4f3aae..7c9023187f 100644 --- a/editor.planx.uk/src/@planx/components/List/Public/index.tsx +++ b/editor.planx.uk/src/@planx/components/List/Public/index.tsx @@ -70,6 +70,11 @@ const ActiveListCard: React.FC<{ {!isPageComponent && ` ${i + 1}`} ({ + display: "flex", + flexDirection: "column", + gap: theme.spacing(2), + })} schema={schema} activeIndex={activeIndex} formik={formik}