Skip to content

Commit

Permalink
Fix save and cancel buttons mis-aligned in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronoah committed Aug 24, 2018
1 parent e701a3f commit e960337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export class Field extends PureComponent {
}

return (
<EuiFormRow className="advancedSettings__field__actions" hasEmptyLabelSpace>
<EuiFormRow className="advancedSettings__field__actions">
<EuiFlexGroup>
<EuiFlexItem grow={false}>
<EuiButton
Expand Down

0 comments on commit e960337

Please sign in to comment.