Skip to content

Commit

Permalink
Fix save and cancel buttons mis-aligned in settings (#21898)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronoah authored and jen-huang committed Aug 31, 2018
1 parent 0394375 commit 1faaad9
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 1faaad9

Please sign in to comment.