From a995cdc6cd7f1fcce823834f8e4542a4e9bca2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 00:27:59 +0200 Subject: [PATCH] print: add missing line break after index or section #292 --- static/css/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }