diff --git a/app/assets/javascripts/discourse/app/components/reviewable-tags.hbs b/app/assets/javascripts/discourse/app/components/reviewable-tags.hbs index 93dfddd4db6..57f5b9761aa 100644 --- a/app/assets/javascripts/discourse/app/components/reviewable-tags.hbs +++ b/app/assets/javascripts/discourse/app/components/reviewable-tags.hbs @@ -1,5 +1,5 @@ {{#if this.tags}}
- {{#each this.tags as |t|}} {{discourse-tag t}} {{/each}} + {{#each this.tags as |t|}}{{discourse-tag t}}{{/each}}
{{/if}} \ No newline at end of file diff --git a/app/assets/stylesheets/common/base/reviewables.scss b/app/assets/stylesheets/common/base/reviewables.scss index c84497048aa..e60a91be4c0 100644 --- a/app/assets/stylesheets/common/base/reviewables.scss +++ b/app/assets/stylesheets/common/base/reviewables.scss @@ -550,6 +550,13 @@ font-size: var(--font-up-2); margin-right: 0.75em; } + .badge-category__wrapper { + margin-left: 0.25em; + } + .discourse-tag { + vertical-align: bottom; + padding-left: 0.1em; + } } &__context-question {