diff --git a/public/built.js b/public/built.js index 4d3649814b04..a07bb5754085 100644 --- a/public/built.js +++ b/public/built.js @@ -31565,7 +31565,7 @@ function GetPdf(invoice, javascript){ footerLeft: 420, tablePadding: 12, tableTop: 250, - descriptionLeft: 162, + descriptionLeft: 150, unitCostRight: 410, qtyRight: 480, taxRight: 480, @@ -32752,7 +32752,7 @@ function displayInvoiceItems(doc, invoice, layout) { SetPdfColor('Black', doc); doc.setFontType('normal'); - var splitDescription = doc.splitTextToSize(notes, 180); + var splitDescription = doc.splitTextToSize(notes, 190); doc.text(layout.descriptionLeft, y+2, splitDescription); doc.text(costX, y+2, cost); if (!hideQuantity) { diff --git a/public/js/script.js b/public/js/script.js index 9c930d82300c..eecfa9302546 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -42,7 +42,7 @@ function GetPdf(invoice, javascript){ footerLeft: 420, tablePadding: 12, tableTop: 250, - descriptionLeft: 162, + descriptionLeft: 150, unitCostRight: 410, qtyRight: 480, taxRight: 480, @@ -1229,7 +1229,7 @@ function displayInvoiceItems(doc, invoice, layout) { SetPdfColor('Black', doc); doc.setFontType('normal'); - var splitDescription = doc.splitTextToSize(notes, 180); + var splitDescription = doc.splitTextToSize(notes, 190); doc.text(layout.descriptionLeft, y+2, splitDescription); doc.text(costX, y+2, cost); if (!hideQuantity) {