This commit is contained in:
Marcin Szczepański 2020-01-24 18:19:20 +01:00
parent a1948252fd
commit ab210babea
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export class Test2PDF {
pdf.setFontSize(14);
const questionText = pdf.splitTextToSize(question.question, 425);
const questionText = pdf.splitTextToSize(question.question, 400);
for (let j = 0; j < questionText.length; j++) {
if (j === 0) {
questionText[j] = `${question.nr}. ` + questionText[j];