Fix multi-line comments.

This commit is contained in:
FireMasterK 2021-06-15 17:21:01 +05:30
parent 546e47df9b
commit a058dbceac
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -66,7 +66,7 @@
{{ comment.author }} </router-link
>&thinsp;<font-awesome-icon v-if="comment.verified" icon="check"></font-awesome-icon>
</div>
<p>{{ comment.commentText }}</p>
<p style="white-space: pre-wrap">{{ comment.commentText }}</p>
<div>
<b>{{ numberFormat(comment.likeCount) }}</b>
&nbsp;