Support Article
Extra spaces trimmed in between words from a column
Summary
Extra spaces are truncated in between words from a column property.
Error Messages
Not Applicable
Steps to Reproduce
- Use the Connect Service to obtain data from an external system.
- Store the data in the Pega database. The data must contain words with multiple spaces.
- Display the data in the grid.
Root Cause
A third-party product issue: Browser behavior.
Multiple spaces are truncated and displayed with a single space.
Resolution
Perform the following local-change:
Add the following work code to the UserWorkForm:
<style>
#dev id{
white-space : pre ;
}
</style>
Use the following code to wrap all the text:
white-space: pre-wrap;
Published September 6, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.