Support Article
Read-only values were aligned to right
SA-22030
Summary
A value is populated in read-only mode, which was entered in another screen. The read-only values are aligned to right. This issue occurred only when the length of the string is more than three lines.
Error Messages
Not Applicable
Steps to Reproduce
1. Configure a text area in one screen.
2. Display the value entered in the text area in another screen in Read-only mode.
Root Cause
The length of the string is too large for the correct alignment.
Resolution
Perform the following local-change:
Add the following CSS at harness level:
.dataValueRead{
word-break:break-word;
}
Published April 14, 2016 - 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.