Skip to content

Commit 81d1f59

Browse files
author
Corey Robertson
authored
Fixing bugs in the Shareable Runtime (#49965) (#50243)
* Fixing bugs in the Shareable Runtime * Updating snapshots
1 parent b08dc0c commit 81d1f59

File tree

15 files changed

+296
-291
lines changed

15 files changed

+296
-291
lines changed

x-pack/legacy/plugins/canvas/public/components/workpad_header/control_settings/custom_interval.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const CustomInterval = ({ gutterSize, buttonSize, onSubmit, defaultValue
5454
</EuiFlexItem>
5555

5656
<EuiFlexItem grow={false}>
57-
<EuiFormRow label="&nbsp;">
57+
<EuiFormRow hasEmptyLabelSpace={true} compressed>
5858
<EuiButton
5959
disabled={isInvalid}
6060
size={buttonSize}

x-pack/legacy/plugins/canvas/shareable_runtime/api/__tests__/__snapshots__/shareable.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)