Support Article
Screen size extends beyond the permissible size
SA-40316
Summary
When the character limit of a property (Full Legal Name) extends beyond a limit that is less than 200, the screen size extends, for that section, and the alignment changes.
Error Messages
Not Applicable
Steps to Reproduce
Unknown
Root Cause
A software use or operation error. The issue occurred when long words were entered in the text field without spaces.
Resolution
Perform the below local-change:
Apply the below inline style, in UserWorkForm, in the non-autogenerated section. <style>
.classname{
word-break: break-all;
}
</style>
Published December 9, 2017 - 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.