datastake-daf 0.6.445 → 0.6.446
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
|
@@ -14609,7 +14609,7 @@ function PdfView(_ref2) {
|
|
|
14609
14609
|
|
|
14610
14610
|
// ADD THIS CONDITION HERE - before the page break logic
|
|
14611
14611
|
if (i === keys.length - 1) {
|
|
14612
|
-
ref.current.style.
|
|
14612
|
+
ref.current.style.marginBottom = '180px';
|
|
14613
14613
|
}
|
|
14614
14614
|
if (newHeight > PAGE_HEIGHT - 30 - FOOTER_HEIGHT - HEADER_HEIGHT) {
|
|
14615
14615
|
const dif = Math.abs(PAGE_HEIGHT - incrHeight);
|
package/package.json
CHANGED
|
@@ -76,7 +76,7 @@ export default function PdfView({
|
|
|
76
76
|
|
|
77
77
|
// ADD THIS CONDITION HERE - before the page break logic
|
|
78
78
|
if (i === keys.length - 1) {
|
|
79
|
-
ref.current.style.
|
|
79
|
+
ref.current.style.marginBottom = '180px';
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
if (newHeight > PAGE_HEIGHT - 30 - FOOTER_HEIGHT - HEADER_HEIGHT) {
|