mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 03:25:01 +02:00
Some estimation reporting fixes (#2265)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
import type { Issue } from '@anticrm/tracker'
|
||||
|
||||
export let value: Issue | undefined
|
||||
|
||||
export let maxWidth = ''
|
||||
</script>
|
||||
|
||||
{#if value}
|
||||
<div class="root">
|
||||
<div class="root" style:max-width={maxWidth}>
|
||||
<span class="names">
|
||||
{#each value.parents as parentInfo}
|
||||
<span class="name">{parentInfo.parentTitle}</span>
|
||||
|
||||
Reference in New Issue
Block a user