Skip to content

Commit

Permalink
Move spacer to before action
Browse files Browse the repository at this point in the history
  • Loading branch information
orhantoy committed Oct 19, 2021
1 parent 4c83fb0 commit 7b9ed68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const ValidationStepPanel: React.FC<ValidationStepPanelProps> = ({
</EuiMarkdownFormat>
{action && (
<>
<EuiSpacer size="s" />
{action}
<EuiSpacer />
</>
)}
</>
Expand Down

0 comments on commit 7b9ed68

Please sign in to comment.