fix spacing on block arrows

This commit is contained in:
Peter Clement 2022-05-09 17:02:24 +01:00
parent f58118b52d
commit 92ac1bb6d1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
</div> </div>
{/if} {/if}
<div <div
style="margin-left: 10px;" style="margin-left: 10px; margin-bottom: var(--spacing-xs);"
on:click={() => { on:click={() => {
onSelect(block) onSelect(block)
}} }}