mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user