Merge pull request #1648 from Human-Connection/fix-comments-list-styling

Fix styling issue in comments list
This commit is contained in:
Robert Schäfer 2019-09-19 16:35:23 +02:00 committed by GitHub
commit f85884bc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"