Skip to content

Commit

Permalink
Remove empty flex item
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hulcher committed May 9, 2022
1 parent 2eb0527 commit d2d337c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const ExternalConnectorConfig: React.FC = () => {
<EuiFormRow>
<EuiFlexGroup justifyContent="flexStart" gutterSize="m" responsive={false}>
<EuiFlexItem grow={false}>{saveButton}</EuiFlexItem>
<EuiFlexItem grow={false} />
</EuiFlexGroup>
</EuiFormRow>
);
Expand Down

0 comments on commit d2d337c

Please sign in to comment.