mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 13:05:31 +08:00
UX: fix review queue category and tag alignment, whitespace (#25166)
This commit is contained in:
parent
d795a59fab
commit
007a5fd99e
|
@ -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}}
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user