fix: can't print in landscape

Layout settings are hidden in the print dialog when printing a page like the mealplan.Bootstrap 4 bug https://github.com/twbs/bootstrap/issues/25629
This commit is contained in:
miguelangel-nubla 2022-03-14 22:04:58 +01:00 committed by GitHub
parent 7ea9984fd3
commit ddd2a0823f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -656,3 +656,7 @@ canvas.drawingBuffer {
pointer-events: none; pointer-events: none;
opacity: 0.5; opacity: 0.5;
} }
@page {
size: auto
}