TSK-553: Fix padding in assignee popup (#2531)

Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
Denis Maslennikov 2023-01-23 21:51:59 +07:00 committed by GitHub
parent 4b93de5020
commit a5e512cea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,11 +214,13 @@
<!--Category for first item-->
<div class="category-box">
<div class="flex flex-grow overflow-label">
<span class="fs-medium flex-center gap-2 mt-2 mb-2 ml-2">
<span class="fs-medium flex-center mt-2 mb-2 ml-2">
{#if cl.icon}
<Icon icon={cl.icon} size={'small'} />
{/if}
<Label label={getCategorytitle(category)} />
<div class="ml-1">
<Label label={getCategorytitle(category)} />
</div>
</span>
</div>
</div>