From fd77d4092cc2faeba432eb52381ab20e1e2670f0 Mon Sep 17 00:00:00 2001 From: skycsky Date: Tue, 29 May 2018 18:59:50 +0800 Subject: [PATCH] add page break support add class "_break" to make page-break-after(before) work for children element --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index e82c9af..48b2527 100644 --- a/src/index.css +++ b/src/index.css @@ -13,6 +13,11 @@ left: 0; top: 0; } + .print._break { + position: relative; + left: 0; + top: 0; + } .print._exclusive { display: block; }