Skip to content

Commit

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

Please sign in to comment.