Skip to content

Commit

Permalink
Fix save and cancel buttons mis-aligned in settings (#21898) (#22570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Aug 31, 2018
1 parent d50e654 commit 0299963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export class Field extends PureComponent {
return;
}
return (
<EuiFormRow className="advancedSettings__field__actions" hasEmptyLabelSpace>
<EuiFormRow className="advancedSettings__field__actions">
<EuiFlexGroup>
<EuiFlexItem grow={false}>
<EuiButton
Expand Down

0 comments on commit 0299963

Please sign in to comment.