Skip to main content
NICE CXone Expert

We will be updating our infrastructure on Dec 2, 2023. Sites will be down starting at 8pm Pacific time. This may last up to 3 hours.

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?