From e7c4ebc6d5dae3e3a4ddabc723ad549c48a89ea2 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 12 Feb 2020 22:19:00 -0500 Subject: [PATCH] Fix styling for topic count in category chooser --- .../stylesheets/common/select-kit/category-chooser.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/select-kit/category-chooser.scss b/app/assets/stylesheets/common/select-kit/category-chooser.scss index 7caa003c56f..4b5e7b2461b 100644 --- a/app/assets/stylesheets/common/select-kit/category-chooser.scss +++ b/app/assets/stylesheets/common/select-kit/category-chooser.scss @@ -22,9 +22,11 @@ } .topic-count { - font-size: $font-down-2; + font-size: $font-down-1; color: $primary; white-space: nowrap; + margin-left: 1em; + font-weight: normal; } .category-status {