Skip to content

Commit

Permalink
feat(form dialog): remove unnecessary spacing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddouglasz committed Aug 8, 2024
1 parent e5dce4a commit 046d7bb
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ const DialogFooter = (props: Props) => {
`}
>
<Spacings.Inline alignItems="center" justifyContent="space-between">
<Spacings.Inline
scale="m"
alignItems="center"
justifyContent="flex-start"
>
<div>{props.footerContent}</div>
</Spacings.Inline>
<div>{props.footerContent}</div>
<Spacings.Inline
scale="m"
alignItems="center"
Expand Down

0 comments on commit 046d7bb

Please sign in to comment.