Skip to content

Commit

Permalink
Fix save and cancel buttons mis-aligned in settings (elastic#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 ed314be commit 03d320d
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 03d320d

Please sign in to comment.