From 14c66a2279028f0df397430bda8828531dc04e23 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Sat, 11 Nov 2023 10:54:59 -0600 Subject: [PATCH] Fix printing issue --- BibleServerCli/data/www/print.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BibleServerCli/data/www/print.css b/BibleServerCli/data/www/print.css index 0e673c0..c163f54 100644 --- a/BibleServerCli/data/www/print.css +++ b/BibleServerCli/data/www/print.css @@ -4,6 +4,15 @@ { display: none; } + iframe + { + width: 100%; + height: 100%; + } + .modal-card + { + height: 60vh; + } } @media print { @@ -11,4 +20,7 @@ { display: none; } + li { + break-inside: avoid; + } } \ No newline at end of file