Skip to content

Commit d46919a

Browse files
authored
Merge pull request #5491 from bjester/epub-preview
Restore EPUB renderer height
2 parents 21e5e05 + 008ca83 commit d46919a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

contentcuration/contentcuration/frontend/channelEdit/views/files/ContentRenderer.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
22

3-
<VLayout
4-
:key="fileId"
5-
:class="{ fullscreen }"
3+
<div
4+
class="renderer"
5+
:aria-busy="isSupported && loading"
66
>
7-
<div
8-
class="renderer"
9-
:aria-busy="isSupported && loading"
7+
<VLayout
8+
:key="fileId"
9+
:class="{ fullscreen }"
1010
>
1111
<div
1212
v-show="isSupported && loading"
@@ -139,8 +139,8 @@
139139
</VTooltip>
140140
</VLayout>
141141
</VCard>
142-
</div>
143-
</VLayout>
142+
</VLayout>
143+
</div>
144144

145145
</template>
146146

0 commit comments

Comments
 (0)