mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03: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-->
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user