FIX: category topic count alignment

This commit is contained in:
Joffrey JAFFEUX 2018-01-15 12:43:59 +01:00 committed by GitHub
parent ec2ce8f763
commit 2ab095612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
{{#if hasParentCategory}}
<div class="category-status">
{{badgeForParentCategory}}&nbsp;{{badgeForCategory}}
&nbsp;<span class="topic-count">&times; {{topicCount}}</span>
<span class="topic-count">&times; {{topicCount}}</span>
</div>
{{else}}
<div class="category-status">
{{badgeForCategory}}
&nbsp;<span class="topic-count">&times; {{topicCount}}</span>
<span class="topic-count">&times; {{topicCount}}</span>
</div>
{{/if}}