1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

fix spacing on block arrows

This commit is contained in:
Peter Clement 2022-05-09 17:02:24 +01:00
parent f58118b52d
commit 92ac1bb6d1

View file

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