UBER-450: update MentionList. (#3431)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-06-16 12:04:11 +07:00
committed by GitHub
parent ef6d5a519f
commit 8a28be507b
15 changed files with 158 additions and 135 deletions
@@ -25,20 +25,14 @@
$: st = $statusStore.get(value.status)
</script>
<div class="flex item h-8">
<div class="flex-row-center h-8">
<!-- <Icon icon={tracker.icon.TrackerApplication} size={'medium'} /> -->
<FixedColumn key="object-popup-issue-status">
{#if st}
<IssueStatusIcon value={st} size={'small'} />
{/if}
</FixedColumn>
<div class="ml-2 max-w-120 overflow-label">
<span class="ml-2 max-w-120 overflow-label">
{title} - {value.title}
</div>
</span>
</div>
<style lang="scss">
.item {
align-items: center;
}
</style>