Skip to content

Commit

Permalink
Merge pull request #1557 from maykinmedia/isue/2968-samenwerking-pdf
Browse files Browse the repository at this point in the history
[#2968] Add word-wrap + overflow-wrap to PDF export CSS
  • Loading branch information
alextreme authored Jan 22, 2025
2 parents a877df0 + 2ea4087 commit 5b28065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/open_inwoner/scss/pdf/_export.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
page-break-before: always;
}
}

table td {
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}

0 comments on commit 5b28065

Please sign in to comment.