Fix styling issue in comments list

- add back class comments which adds spaces between comments
This commit is contained in:
mattwr18 2019-09-19 15:57:57 +02:00
parent 5ef5947760
commit 0430ab0f74

View File

@ -16,7 +16,7 @@
</span>
</h3>
<ds-space margin-bottom="large" />
<div v-if="post.comments && post.comments.length" id="comments">
<div v-if="post.comments && post.comments.length" id="comments" class="comments">
<comment
v-for="comment in post.comments"
:key="comment.id"