Skip to content

Commit

Permalink
fix(app): Fix Run Setup desktop margin (#16044)
Browse files Browse the repository at this point in the history
Closes RQA-3012
  • Loading branch information
mjhuff authored Aug 19, 2024
1 parent d93cace commit d8da96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const ConfirmMissingStepsModal = (
</Flex>
<Flex
flexDirection={DIRECTION_ROW}
paddingTop={SPACING.spacing32}
paddingTop={SPACING.spacing24}
justifyContent={JUSTIFY_FLEX_END}
alignItems={ALIGN_CENTER}
gap={SPACING.spacing8}
Expand Down

0 comments on commit d8da96e

Please sign in to comment.