mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 00:10:37 +00:00
TSK-553: Fix padding in assignee popup (#2531)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
parent
4b93de5020
commit
a5e512cea2
@ -214,11 +214,13 @@
|
|||||||
<!--Category for first item-->
|
<!--Category for first item-->
|
||||||
<div class="category-box">
|
<div class="category-box">
|
||||||
<div class="flex flex-grow overflow-label">
|
<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}
|
{#if cl.icon}
|
||||||
<Icon icon={cl.icon} size={'small'} />
|
<Icon icon={cl.icon} size={'small'} />
|
||||||
{/if}
|
{/if}
|
||||||
<Label label={getCategorytitle(category)} />
|
<div class="ml-1">
|
||||||
|
<Label label={getCategorytitle(category)} />
|
||||||
|
</div>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user