datastake-daf 0.6.447 → 0.6.449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/components/index.js
CHANGED
|
@@ -14595,7 +14595,7 @@ function PdfView(_ref2) {
|
|
|
14595
14595
|
} = sectionsConfig[k];
|
|
14596
14596
|
ref.current.style.marginBottom = '0px';
|
|
14597
14597
|
ref.current.style.marginTop = '0px';
|
|
14598
|
-
ref.current.style.pageBreakInside = '
|
|
14598
|
+
ref.current.style.pageBreakInside = 'inherit';
|
|
14599
14599
|
});
|
|
14600
14600
|
let currentPageHeight = 0;
|
|
14601
14601
|
keys.forEach((k, i) => {
|
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ export default function PdfView({
|
|
|
61
61
|
const { ref } = sectionsConfig[k];
|
|
62
62
|
ref.current.style.marginBottom = '0px';
|
|
63
63
|
ref.current.style.marginTop = '0px';
|
|
64
|
-
ref.current.style.pageBreakInside = '
|
|
64
|
+
ref.current.style.pageBreakInside = 'inherit';
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
let currentPageHeight = 0;
|