Fix Sprint editor display (#2488)

This commit is contained in:
Andrey Sobolev 2022-12-30 15:52:25 +07:00 committed by GitHub
parent 314635b149
commit 09ee05a3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@
</div>
{/if}
{#if sprint}
{#if sprint && kind === 'list-header'}
<div class="flex-row-center" class:minus-margin-space={kind === 'list-header'} class:text-sm={twoRows}>
{#if sprint}
{@const now = Date.now()}