Skip to content

Commit

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

* Updating snapshots
  • Loading branch information
Corey Robertson authored Nov 13, 2019
1 parent b08dc0c commit 81d1f59
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 81d1f59

Please sign in to comment.