From f31b01ec9171581520f3b0266dcf863263198cb8 Mon Sep 17 00:00:00 2001 From: Justin DiRose Date: Wed, 6 Nov 2019 11:57:42 -0600 Subject: [PATCH] FIX: Spacing between category name and count --- assets/stylesheets/common/knowledge-explorer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/common/knowledge-explorer.scss b/assets/stylesheets/common/knowledge-explorer.scss index f7ed760..bfd80f4 100644 --- a/assets/stylesheets/common/knowledge-explorer.scss +++ b/assets/stylesheets/common/knowledge-explorer.scss @@ -62,7 +62,7 @@ color: $danger; } } - .tag-id { + .tag-id, .category-id { margin-right: 3px; } }