Cards all lining up in one big column in .107.7 instead of multiple as they used to

Hi all,

I’ve just noticed that some of my views no longer stack the cards in multiple columns, just in one big one down the middle since .107… I am not using panel=true on these views and have not modified the views at all… Any idea why this is happening all of a sudden in latest releases? This one used to show in 3 columns across, now it’s only one, even if I zoom out to 30%.

My config is here if anyone wants to examine it.

Same with this one:

Don’t know why it’s happening. You could try resolving it either by including the cards in a horizontal stack or adding three vertical stacks with one card in each stack.

Of course, but then it won’t look right across mobile, tablet, and desktop. I don’t want to have to start managing views for every device.

I use vertical stack for my ui and it looks just fine across thiose three venues for me.

Many of them are already in vertical stacks. The problem is that those stacks no longer dristribute themselves horizontally.

Sorry then I guess I’m at a loss. The only time I’ve seen the behavior you’re talking about is when the cards together are about the height of the screen. Using vertical stack worked for me in those circumstances.

Today I updated to 0.108 and had one tab screen that started doing exactly what you described. Looks like the layout algorithm changed. I resolved it by placing a vertical-stack before my desired second column cards as opposed to the first column cards as it was before. Works but kind of a pain.