Closed BlueBlazin closed 7 years ago
I have a grid of boxes which is aligned using display: flex; flex-wrap: wrap; justify-content: space-between;
display: flex; flex-wrap: wrap; justify-content: space-between;
Unfortunately, when I use FlipMove, the boxes are being stacked vertically in a single column and their height is also increased.
Any suggestions on how I might go about fixing this?
do you pass those styles to FlipMove? Can you set up an example at jsfiddle or somewhere else?
FlipMove
Yeah, without seeing a live example, it's hard to diagnose.
I have a grid of boxes which is aligned using
display: flex; flex-wrap: wrap; justify-content: space-between;
Unfortunately, when I use FlipMove, the boxes are being stacked vertically in a single column and their height is also increased.
Any suggestions on how I might go about fixing this?