datastake-daf 0.6.450 → 0.6.451
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
|
@@ -14594,7 +14594,7 @@ function PdfView(_ref2) {
|
|
|
14594
14594
|
ref
|
|
14595
14595
|
} = sectionsConfig[k];
|
|
14596
14596
|
ref.current.style.marginBottom = '0px';
|
|
14597
|
-
ref.current.style.
|
|
14597
|
+
ref.current.style.breakAfter = 'auto';
|
|
14598
14598
|
// ref.current.style.marginTop = '15px';
|
|
14599
14599
|
});
|
|
14600
14600
|
keys.forEach((k, i) => {
|
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ export default function PdfView({
|
|
|
61
61
|
keys.forEach(k => {
|
|
62
62
|
const { ref } = sectionsConfig[k];
|
|
63
63
|
ref.current.style.marginBottom = '0px';
|
|
64
|
-
ref.current.style.
|
|
64
|
+
ref.current.style.breakAfter = 'auto';
|
|
65
65
|
// ref.current.style.marginTop = '15px';
|
|
66
66
|
})
|
|
67
67
|
|