diff --git a/static/css/print.css b/static/css/print.css index bd7583058b..6cebb66d8a 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -176,6 +176,6 @@ rapi-doc{ article { break-before: page; } -#body-inner article:first-of-type { +#body-inner > * > article:first-of-type { break-before: avoid; }