Skip to content

Commit 8e2ce64

Browse files
authored
fix: contain photo caption (#1135)
1 parent 84caadd commit 8e2ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/post/_post.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<p
166166
v-if="post && post.featuredPhotoCaption"
167167
ref="photoCaption"
168-
class="text-lightOnPrimaryText absolute px-4 pb-3 text-sm drop-shadow-lg"
168+
class="text-lightOnPrimaryText absolute px-4 pb-3 text-sm drop-shadow-lg break-words max-w-full"
169169
style="text-shadow: 0 0 10px #000"
170170
>
171171
{{ post.featuredPhotoCaption }}

0 commit comments

Comments
 (0)