fix spacing on block arrows
This commit is contained in:
parent
f58118b52d
commit
92ac1bb6d1
|
@ -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)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue