From f40f6620c834282955031c1cf1a4c8d13a0fb018 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:00:54 +0200 Subject: [PATCH] fix(editor): fix binary data view bug (#4298) --- packages/editor-ui/src/components/RunData.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index d760236a06..08544b574e 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -178,7 +178,7 @@ {{ $locale.baseText('nodeErrorView.inputPanel.previousNodeError.text') }} - +
@@ -1161,7 +1161,7 @@ export default mixins( } } -.errorDisplay { +.dataDisplay { position: absolute; top: 0; left: 0;