Skip to main content
NICE CXone Expert
Expert Success Center

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...

  1. Navigate to Site Tools > Control Panel > Branding > Custom PDF CSS
  2. In the Custom PDF CSS field, paste the following code:
    table
    {
         overflow-wrap: break-word;
    }
  3. Save CSS then reload the article page to view PDF.

 

  • Was this article helpful?