Skip to content

Commit

Permalink
Fixing bugs in the Shareable Runtime (#49965) (#50244)
Browse files Browse the repository at this point in the history
* Fixing bugs in the Shareable Runtime

* Updating snapshots
  • Loading branch information
Corey Robertson committed Nov 13, 2019
1 parent 1a2b8d6 commit 824512d
Show file tree
Hide file tree
Showing 15 changed files with 296 additions and 291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const CustomInterval = ({ gutterSize, buttonSize, onSubmit, defaultValue
</EuiFlexItem>

<EuiFlexItem grow={false}>
<EuiFormRow label="&nbsp;">
<EuiFormRow hasEmptyLabelSpace={true} compressed>
<EuiButton
disabled={isInvalid}
size={buttonSize}
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 824512d

Please sign in to comment.