Support Article
Horizontal Scrollbar displays when using Delegated data type
SA-73867
Summary
Columns with long values do not wrap and a horizontal scroll bar displays. This occurs when using the Delegated data type out-of-the-box feature,
Error Messages
Not Applicable
Steps to Reproduce
Not Applicable
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Add the below script in the UserWorkForm rule:
<style>
div[node_name="pzRecordEditor"] div#gridBody_right > table {
width:100% !important;
}
div[node_name="pzRecordEditor"] div#gridBody_right > table tr > td > div.oflowDivM {
white-space:normal;
}
</style>
Published March 6, 2019 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.