mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix multi-line comments.
This commit is contained in:
parent
546e47df9b
commit
a058dbceac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue