Add proper whitespace to pinned comments

This commit is contained in:
thecashewtrader 2022-10-15 13:10:20 +05:30
parent 86da534c7b
commit 255f9e33e1

View file

@ -14,6 +14,7 @@
<div v-if="comment.pinned" class="comment-pinned">
<font-awesome-icon icon="thumbtack" />
<span class="ml-1.5" v-t="'comment.pinned_by'" />
<span>&nbsp;</span>
<span v-text="uploader" />
</div>