mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
UBER-421: Fixed attachment/comment icons (#3392)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
<svelte:fragment slot="content">
|
||||
{#if subIssues}
|
||||
<div class="flex-row-center content-color text-sm pointer-events-none">
|
||||
<div class="mr-1">
|
||||
<ProgressCircle bind:value={countComplete} bind:max={subIssues.length} size={'inline'} primary />
|
||||
<div class="mr-1-5">
|
||||
<ProgressCircle bind:value={countComplete} bind:max={subIssues.length} size={'small'} primary />
|
||||
</div>
|
||||
{countComplete}/{subIssues.length}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user