Fix PriorityPresenter (#2121)

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
Alex 2022-06-21 15:53:53 +07:00 committed by GitHub
parent ec8b76c299
commit d4a0443c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,12 @@
</script>
{#if value !== undefined}
<div class="icon">
<Icon {icon} size={'small'} />
<div class="flex-presenter">
<div class="icon">
<Icon {icon} size={'small'} />
</div>
<span class="overflow-label">
<Label {label} />
</span>
</div>
<span class="overflow-label">
<Label {label} />
</span>
{/if}