Skip to content

Commit 5765431

Browse files
authored
Merge pull request #12 from devforth/limiting-max-preview-size
fix: add max-width to the preview container
2 parents 0c41f2f + 70f5e5d commit 5765431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="max-w-[480px]">
33
<template v-if="url">
44
<img
55
v-if="contentType && contentType.startsWith('image')"

0 commit comments

Comments
 (0)