Skip to content

Commit

Permalink
fix: List component input spacing (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Sep 3, 2024
1 parent 72f31f5 commit 3b08133
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor.planx.uk/src/@planx/components/List/Public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ const ActiveListCard: React.FC<{
{!isPageComponent && ` ${i + 1}`}
</Typography>
<SchemaFields
sx={(theme) => ({
display: "flex",
flexDirection: "column",
gap: theme.spacing(2),
})}
schema={schema}
activeIndex={activeIndex}
formik={formik}
Expand Down

0 comments on commit 3b08133

Please sign in to comment.