UX: fix review queue category and tag alignment, whitespace (#25166)

This commit is contained in:
Kris 2024-01-08 12:55:39 -05:00 committed by GitHub
parent d795a59fab
commit 007a5fd99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{#if this.tags}}
<div class="list-tags">
{{#each this.tags as |t|}} {{discourse-tag t}} {{/each}}
{{#each this.tags as |t|}}{{discourse-tag t}}{{/each}}
</div>
{{/if}}

View File

@ -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 {