Skip to content

Commit

Permalink
Improve statement details content placing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Mar 1, 2024
1 parent 8886ac2 commit 1fbd11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workers/loc.api/generate-report-file/pdf-writer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PdfWriter {
template: 'No data',
format: 'portrait',
orientation: 'Letter',
headerHeight: '54mm',
headerHeight: '65mm',
footerHeight: '28mm',
...args
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ h6 {

.statement-details-content {
position: absolute;
top: 40px;
top: 50px;
left: 0;
line-height: 1;
margin-bottom: 0;
Expand All @@ -311,7 +311,7 @@ h6 {

/* Uses `mm` for height to support default settings of `html-pdf` lib */
.header-space, .header {
height: 54mm;
height: 65mm;
}

.footer-space, .footer {
Expand Down

0 comments on commit 1fbd11a

Please sign in to comment.