Some estimation reporting fixes (#2265)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-08-30 16:11:46 +06:00
committed by GitHub
parent ff0258c7e1
commit 43b59c9fb2
12 changed files with 99 additions and 53 deletions
@@ -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>