mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03: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} />
|
||||
</div>
|
||||
<!-- {/if} -->
|
||||
<IssuePresenter value={issue} />
|
||||
<div class="flex-no-shrink">
|
||||
<IssuePresenter value={issue} />
|
||||
</div>
|
||||
<ParentNamesPresenter value={issue} />
|
||||
</div>
|
||||
<div class="flex-row-center gap-2 reverse flex-no-shrink">
|
||||
|
Loading…
Reference in New Issue
Block a user