Add space at bottom of Auto-follow Pattern Form. (#34469)

This commit is contained in:
CJ Cenizal 2019-04-03 12:41:52 -07:00 committed by GitHub
parent 357dc6610c
commit b94c68abde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -649,6 +649,7 @@ export class AutoFollowPatternForm extends PureComponent {
{renderLeaderIndexPatterns()}
{renderAutoFollowPatternPrefixSuffix()}
</EuiForm>
<EuiSpacer />
{renderFormErrorWarning()}
{this.renderApiErrors()}
{renderActions()}