Fix relation cards presenter (#10135)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-10-23 14:19:34 +05:00
committed by GitHub
parent 7875691caa
commit 768ff39ab1
@@ -31,7 +31,9 @@
</script>
{#if value}
{#each value as card}
<CardPresenter value={card} {noUnderline} {noSelect} {colorInherit} {inline} {showParent} {type} {icon} />
{/each}
<div class="flex-col-center">
{#each value as card}
<CardPresenter value={card} {noUnderline} {noSelect} {colorInherit} {inline} {showParent} {type} {icon} />
{/each}
</div>
{/if}