Skip to content

Commit

Permalink
Fix election pdf export (more than 9 candidates) (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Dec 12, 2024
1 parent 94082e0 commit 68dade8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class AssignmentPdfService {

resultBody.push({
table: {
widths: [`3%`, `61%`, `33%`],
widths: [`6%`, `58%`, `33%`],
headerRows: 1,
body: pollTableBody
},
Expand Down

0 comments on commit 68dade8

Please sign in to comment.