Skip to content

Commit

Permalink
style(bootstrap-4): fixed inconsistency of the buttons (fixes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Jul 21, 2020
1 parent ce69632 commit 586486b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const DefaultArrayItem = (props: any) => {
};
return (
<div key={props.key}>
<Row className="mb-2">
<Row className="mb-2 d-flex align-items-center">
<Col>{props.children}</Col>

<Col xs="3" lg="3" className="py-4">
Expand Down

0 comments on commit 586486b

Please sign in to comment.