Skip to content

Commit d977bf5

Browse files
authored
Merge pull request #233 from buggregator/bugfix/smtp-page-preview
fix smtp iframe default height
2 parents 4968e18 + bcfb551 commit d977bf5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pages/smtp/[id].vue

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,12 @@ onMounted(getEvent);
7474
<div></div>
7575
</div>
7676

77-
<div>
78-
<SmtpPage
79-
v-if="event"
80-
:event="event"
81-
:attachments="attachments"
82-
:html-source="html"
83-
/>
84-
</div>
77+
<SmtpPage
78+
v-if="event"
79+
:event="event"
80+
:attachments="attachments"
81+
:html-source="html"
82+
/>
8583
</NuxtLayout>
8684
</template>
8785

0 commit comments

Comments
 (0)