Flexbox disables when desktop view disabled on element

I’m not sure if this is a bug, it seems so and I don’t recall having this issue before, but I’ve created a new project to demonstrate

here

Basically, create a div (div 1), stick another div in it (div 2), turn on flexbox on div 1 and set to center horizontal. Div 2 is now aligned and justified centered in div 1, obviously.

Now, switch to landscape or portrait mobile view. Select div 1, disable desktop view. Flex layout now turns off, and there is no way to turn it back on without enabling desktop view.

Is this intended behavior?

Thanks!

2 posts were merged into an existing topic: Flexbox not working when desktop display is turned off