mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
UBER-450: update MentionList. (#3431)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user