From 280e07089c7ba53f161dae908277091282f1c49e Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 3 Oct 2019 17:24:58 +0200 Subject: [PATCH] tune css for printing --- static/assets/css/orbit-1.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/assets/css/orbit-1.css b/static/assets/css/orbit-1.css index 51b22a5..2776a30 100644 --- a/static/assets/css/orbit-1.css +++ b/static/assets/css/orbit-1.css @@ -72,7 +72,12 @@ p { } section { page-break-inside: avoid; + box-decoration-break: clone; } + .item { + page-break-inside: avoid; + } + .main-wrapper section.section:first-of-type { padding-top: 0; }