FIX: category topic count alignment
This commit is contained in:
parent
ec2ce8f763
commit
2ab095612f
|
@ -2,12 +2,12 @@
|
|||
{{#if hasParentCategory}}
|
||||
<div class="category-status">
|
||||
{{badgeForParentCategory}} {{badgeForCategory}}
|
||||
<span class="topic-count">× {{topicCount}}</span>
|
||||
<span class="topic-count">× {{topicCount}}</span>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="category-status">
|
||||
{{badgeForCategory}}
|
||||
<span class="topic-count">× {{topicCount}}</span>
|
||||
<span class="topic-count">× {{topicCount}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue