mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-17 15:17:50 +02:00
Fix extra characters in UI (#6826)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user