From 2ab095612fb47e81d3297ddc8d9e2c54b5769437 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 15 Jan 2018 12:43:59 +0100 Subject: [PATCH] FIX: category topic count alignment --- .../select-kit/templates/components/category-row.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/select-kit/templates/components/category-row.hbs b/app/assets/javascripts/select-kit/templates/components/category-row.hbs index 6ea0bf428cf..5ad6824c659 100644 --- a/app/assets/javascripts/select-kit/templates/components/category-row.hbs +++ b/app/assets/javascripts/select-kit/templates/components/category-row.hbs @@ -2,12 +2,12 @@ {{#if hasParentCategory}}
{{badgeForParentCategory}} {{badgeForCategory}} -  × {{topicCount}} + × {{topicCount}}
{{else}}
{{badgeForCategory}} -  × {{topicCount}} + × {{topicCount}}
{{/if}}