Support Article
Unable to read long messages in the Assignments Task
SA-53050
Summary
In the Assignments Task, unable to read long messages. The message displays in a table where each row is the same height. As a result, the message does not display completely. Also, scrollbars do not display to read the entire message. This occurs in all browsers.
Error Messages
Not Applicable
Steps to Reproduce
- Log in to the Designer Studio and the Case Manager portal.
- Open the work object which has an assignment with text wrapped instructions of more than two lines.
Root Cause
A defect in Pegasystems’ code or rules. The table height was not adjustable with respect to the message length.
Resolution
Perform the following local-change:
1. Add a class (for example, text) to the section in the grid.
![](https://gcsprdsa.lab.pega.com/articles/datacontent/Image/rteImages/UserUpload_15199868808501519986882261.png)
2. Private Edit the UserWorkForm and include the below modified CSS. This displays the scrollbar if required.
.test{
display:block;
overflow:auto;
}
![](https://gcsprdsa.lab.pega.com/articles/datacontent/Image/rteImages/UserUpload_15199869155001519986916569.png)
Result:
![](https://gcsprdsa.lab.pega.com/articles/datacontent/Image/rteImages/UserUpload_15199869513491519986951999.png)
Published March 6, 2018 - 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.