String of content in a table cut off in PDF
Issue
When viewing a PDF of an article, a long string of content in a table gets cut off.
Resolution
To resolve...
- Navigate to Site Tools > Control Panel > Branding > Custom PDF CSS
- In the Custom PDF CSS field, paste the following code:
table { overflow-wrap: break-word; }
- Save CSS then reload the article page to view PDF.