I'm working with vue-responsive-dash library to display responsive tiles in a grid though I'm having an issue while adding a new item by clicking a button. It works fine if I don't resize the item. After spending a few hours I figured out the placeholder item places itself just after the first item.
You can reproduce issue here: https://codesandbox.io/s/vue-responsive-dash-wbgs8
Steps:
- Click "Add" button and add first item.
- Resize the added item.
- Click "Add" button to add another item.
- See the space between first and second item.**
Is there something I can do to remove this space?