mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
TSK-476: Bitrix import fixes (#2548)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
|
||||
{#if value}
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<span title={value.label} class="fs-bold caption-color overflow-label clear-mins" on:click={navigateToProject}>
|
||||
<span
|
||||
title={value.label}
|
||||
class="cursor-pointer fs-bold caption-color overflow-label clear-mins"
|
||||
on:click={navigateToProject}
|
||||
>
|
||||
{value.label}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user