Skip to content

Commit

Permalink
Move br to remove extra space in section when no comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyghost authored and kategengler committed Jun 9, 2021
1 parent e88ad6c commit eb5aecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/addon-review.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</li>
{{/each}}
</ol>
<br>
{{#if this.review.review}}
<br>
<h6>Comments</h6>
<fieldset class="test-review-notes">
<MarkdownToHtml @markdown={{this.review.review}} />
Expand Down

0 comments on commit eb5aecd

Please sign in to comment.