Fix extra characters in UI (#6826)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-10-07 14:00:13 +07:00
committed by GitHub
parent c9a032eb0b
commit effdf245ac
26 changed files with 70 additions and 68 deletions
@@ -24,5 +24,7 @@
<span class="label nowrap">
{#if shortLabel}
{shortLabel}-{/if}{value.name}</span
>
{shortLabel}-
{/if}
{value.name}
</span>
@@ -33,9 +33,9 @@
<div class="icon">
<Icon icon={task.icon.Task} size={'small'} />
</div>
<span class="label nowrap"
>{#if shortLabel}{shortLabel}-{/if}{value.number}</span
>
<span class="label nowrap">
{#if shortLabel}{shortLabel}-{/if}{value.number}
</span>
</div>
</DocNavLink>
{/if}