Words Break Unnecessarily when Wrapping in PDF Export

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When exporting a page to PDF, the export breaks single words apart and wrapping parts of the word to the next line.

Test page to replicate the behavior:

 



After exporting the page:


Resolution

Enter this CSS in Confluence Admin > PDF Stylesheet, and the problem is solved.

body, p, li, td, table, tr, .bodytext, .stepfield {
 word-wrap: normal;
}
.wiki-content p {
 word-wrap: normal;
}

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.