From b23a87c7f4bda421112519e576e174ad892455a6 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sat, 22 Jan 2022 11:02:27 +0100 Subject: [PATCH] :bug: Fix issue that binary data did not get displayed full height&width --- .../src/components/BinaryDataDisplayEmbed.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/editor-ui/src/components/BinaryDataDisplayEmbed.vue b/packages/editor-ui/src/components/BinaryDataDisplayEmbed.vue index 305f1b8b5..d15e7913f 100644 --- a/packages/editor-ui/src/components/BinaryDataDisplayEmbed.vue +++ b/packages/editor-ui/src/components/BinaryDataDisplayEmbed.vue @@ -1,19 +1,19 @@