From 871cb52a233d0cbf550800c49f2a8ffd3fd4615d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 12 May 2026 08:15:25 -0400 Subject: [PATCH] fix: Print includes extra blank page (#12326) closes #12324 --- server/static/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/static/index.html b/server/static/index.html index 2f1df92096..f3efa1469e 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -62,6 +62,12 @@ white-space: nowrap; width: 1px; } + + @media print { + .screenreader-only { + display: none; + } + }