Horizontal reorderable list

Hi @Mevan , welcome back :waving_hand:

Congrats on trying many solutions, you were close!

You just need to add custom CSS to your list: display: flex; gap: 8px; or flex-direction: row;

I got the solution from these 2 posts:

1 Like