mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
Fix multi-line comments.
This commit is contained in:
parent
546e47df9b
commit
a058dbceac
@ -66,7 +66,7 @@
|
|||||||
{{ comment.author }} </router-link
|
{{ comment.author }} </router-link
|
||||||
> <font-awesome-icon v-if="comment.verified" icon="check"></font-awesome-icon>
|
> <font-awesome-icon v-if="comment.verified" icon="check"></font-awesome-icon>
|
||||||
</div>
|
</div>
|
||||||
<p>{{ comment.commentText }}</p>
|
<p style="white-space: pre-wrap">{{ comment.commentText }}</p>
|
||||||
<div>
|
<div>
|
||||||
<b>{{ numberFormat(comment.likeCount) }}</b>
|
<b>{{ numberFormat(comment.likeCount) }}</b>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user