From ddd2a0823f43929f16651a49dd493ebebd41bacc Mon Sep 17 00:00:00 2001 From: miguelangel-nubla Date: Mon, 14 Mar 2022 22:04:58 +0100 Subject: [PATCH] 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 --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index a68fc2b8..40e24ead 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -656,3 +656,7 @@ canvas.drawingBuffer { pointer-events: none; opacity: 0.5; } + +@page { + size: auto +}