UBER-421: Fixed attachment/comment icons (#3392)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-06-07 23:17:29 +07:00
committed by GitHub
parent 7536a8f51e
commit d5e05011db
5 changed files with 13 additions and 11 deletions
@@ -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>