Skip to content

Commit

Permalink
removed unwanted margin style (opensearch-project#466)
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Mar 2, 2023
1 parent ab6a342 commit b1af3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface GetStartedStepProps {

export const GetStartedStep: React.FC<GetStartedStepProps> = ({ buttons, title }) => {
return (
<div style={{ marginTop: '-20px' }}>
<div>
<EuiText>
<p>{title}</p>
</EuiText>
Expand Down

0 comments on commit b1af3a3

Please sign in to comment.