TSK-608: Move Vacancy support. (#2597)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-02-07 18:15:59 +07:00
committed by GitHub
parent 472cb40dda
commit 243bc1dede
16 changed files with 422 additions and 75 deletions
@@ -64,7 +64,7 @@
<Icon icon={tracker.icon.Issues} size={'small'} />
</div>
{/if}
<span title={value?.title}>
<span class="select-text" title={value?.title}>
{title}
</span>
</span>
@@ -36,7 +36,7 @@
<span class="titlePresenter-container" class:with-margin={shouldUseMargin} title={value.title}>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<span
class="name overflow-label cursor-pointer"
class="name overflow-label cursor-pointer select-text"
style:max-width={showParent ? `${value.parents.length !== 0 ? 95 : 100}%` : '100%'}
on:click={handleIssueEditorOpened}>{value.title}</span
>