mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Fix PriorityPresenter (#2121)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
parent
ec8b76c299
commit
d4a0443c15
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user