mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
Fix sub-issue card header layout issues in Kanban view (#4039)
Signed-off-by: anotherpit <anotherpit@gmail.com> Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
This commit is contained in:
parent
7ac12a4ff5
commit
a7c2157f5f
@ -395,7 +395,9 @@
|
|||||||
<StatusEditor value={issue} kind="list" isEditable={false} />
|
<StatusEditor value={issue} kind="list" isEditable={false} />
|
||||||
</div>
|
</div>
|
||||||
<!-- {/if} -->
|
<!-- {/if} -->
|
||||||
<IssuePresenter value={issue} />
|
<div class="flex-no-shrink">
|
||||||
|
<IssuePresenter value={issue} />
|
||||||
|
</div>
|
||||||
<ParentNamesPresenter value={issue} />
|
<ParentNamesPresenter value={issue} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row-center gap-2 reverse flex-no-shrink">
|
<div class="flex-row-center gap-2 reverse flex-no-shrink">
|
||||||
|
Loading…
Reference in New Issue
Block a user