Custom CSS for changing the distance between the buttons in list and list-details blocks

Need to paste in page settings → Custom code → Footer and replace the BLOCKID with the block name, save and preview.

<style>
#BLOCKID .actions-button-wrapper {
    gap: 16px;
}
</style>
2 Likes