From e2c1d2e2263cd3b933b609e98a73b1e54e63e66b Mon Sep 17 00:00:00 2001 From: miguelangel-nubla Date: Mon, 14 Mar 2022 22:47:12 +0100 Subject: [PATCH] fix: can't print in landscape (#1819) * 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 * Moved @page rule to @media print section Co-authored-by: Bernd Bestel --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index a68fc2b8..b3568112 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -650,6 +650,10 @@ canvas.drawingBuffer { .calendar button.fc-agendaDay-button { display: none; } + + @page { + size: auto + } } .not-allowed {