1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

fix spacing on block arrows

This commit is contained in:
Peter Clement 2022-05-09 17:02:24 +01:00
parent 2e18dfc709
commit abd78079d1

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)
}}