Skip to content

Commit

Permalink
[Canvas] Fixes messed up form layout on custom interval form (#101967) (
Browse files Browse the repository at this point in the history
#106088)

* Fixes messed up form layout on custom interval form

* update storyshots

* Fix snapshot

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Corey Robertson and kibanamachine authored Jul 19, 2021
1 parent fdcf906 commit 42146fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ export const CustomInterval = ({ gutterSize, buttonSize, onSubmit, defaultValue

<EuiFlexItem grow={false}>
<EuiFormRow hasEmptyLabelSpace={true} display="rowCompressed">
<EuiButton
disabled={isInvalid}
size={buttonSize}
type="submit"
style={{ minWidth: 'auto' }}
>
<EuiButton disabled={isInvalid} size={buttonSize} type="submit" minWidth="auto">
{strings.getButtonLabel()}
</EuiButton>
</EuiFormRow>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42146fc

Please sign in to comment.