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:
Pete Anøther 2023-11-23 03:18:52 -03:00 committed by GitHub
parent 7ac12a4ff5
commit a7c2157f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">