mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 23:32:14 +00:00
Center priority (#2212)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
parent
7498de4a01
commit
800e364ae5
@ -171,11 +171,11 @@
|
|||||||
<IssuePresenter value={issue} />
|
<IssuePresenter value={issue} />
|
||||||
<ParentNamesPresenter value={issue} />
|
<ParentNamesPresenter value={issue} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row-center gap-1">
|
<div class="flex-row-center gap-1 mt-1">
|
||||||
{#if groupBy !== 'status'}
|
{#if groupBy !== 'status'}
|
||||||
<StatusEditor value={issue} kind="list" />
|
<StatusEditor value={issue} kind="list" isEditable={false} />
|
||||||
{/if}
|
{/if}
|
||||||
<span class="fs-bold caption-color mt-1 lines-limit-2">
|
<span class="fs-bold caption-color lines-limit-2">
|
||||||
{object.title}
|
{object.title}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user