fix: comment's content not getting styled properly
This commit is contained in:
parent
ceb54a2d36
commit
3230e59643
@ -475,8 +475,11 @@
|
|||||||
<div
|
<div
|
||||||
class="cursor-pointer rounded bg-gray-50 px-4 py-3 text-base leading-6 transition-all duration-300 ease-in-out"
|
class="cursor-pointer rounded bg-gray-50 px-4 py-3 text-base leading-6 transition-all duration-300 ease-in-out"
|
||||||
>
|
>
|
||||||
<div v-html="activity.content" />
|
<div class="prose-f" v-html="activity.content" />
|
||||||
<div v-if="activity.attachments.length" class="flex flex-wrap gap-2 mt-2">
|
<div
|
||||||
|
v-if="activity.attachments.length"
|
||||||
|
class="mt-2 flex flex-wrap gap-2"
|
||||||
|
>
|
||||||
<AttachmentItem
|
<AttachmentItem
|
||||||
v-for="a in activity.attachments"
|
v-for="a in activity.attachments"
|
||||||
:key="a.file_url"
|
:key="a.file_url"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user