Print layout disappeared

One of my pwa’s in chrome won’t display the ‘Layout’ option in the Print dialogue so I’m unable to print in landscape. Is there a way of enabling this? a google search suggested Bootstrap was at fault and remedied it with

@page {
  size: auto;
}

wasn’t sure where to put this

I’m not sure whether this solves the problem (report back!), but the code snippet should be put into Project CSS (under the Project menu).

That does work. Thank you.

Do you think we should default this into all projects?

Definitely.

OK, it’s in the next build.