fix: Print includes extra blank page (#12326)

closes #12324
This commit is contained in:
Tom Moor
2026-05-12 08:15:25 -04:00
committed by GitHub
parent 58f031c7e9
commit 871cb52a23
+6
View File
@@ -62,6 +62,12 @@
white-space: nowrap; white-space: nowrap;
width: 1px; width: 1px;
} }
@media print {
.screenreader-only {
display: none;
}
}
</style> </style>
</head> </head>