Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Issues with Text Wrap and Heading Alignment in report browser

SA-28028

Summary



When user uses Pega's default report browser and opens a report with long text areas, they are being truncated in the portal.

​User can manually adjust the cell width in the portal and the text will then wrap but the Column headings are no longer over the columns.




Error Messages



Not Applicable


Steps to Reproduce



1. Create a report definition with text fields that have long text messages.
2. Set the report to show in the browser.
3. Open the report in the report browser.

Note: User observed that the larger text field is truncated. Manually adjusting the column width and the text wraps but the column heading gets misaligned.


Root Cause



CSS property 'white-space:nowrap' is getting added in the UI.

Resolution



Apply the below local-change in the UserWorkForm:

<style>
word-break: break-word;
white-space: normal !important;
</style>

Published September 23, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us