From e572214372796429428a90c2e2debcd74de423ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 7 Oct 2022 12:02:28 +0200 Subject: [PATCH] print: remove menu placeholder in Firefox #335 --- static/css/format-print.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/format-print.css b/static/css/format-print.css index a2a29843ab..6c189a78bc 100644 --- a/static/css/format-print.css +++ b/static/css/format-print.css @@ -4,10 +4,10 @@ display: none; } #body { - margin-left: 0; - min-width: 100%; - max-width: 100%; - width: 100%; + margin-left: 0 !important; + min-width: 100% !important; + max-width: 100% !important; + width: 100% !important; } #body #navigation { display: none;