Support Article
Incorrect alignment of displayed report using DisplayReport
SA-48306
Summary
Incorrect alignment of displayed report using the DisplayReport harness. The harness is present in the Pega-Reporting:07-10-23 ruleset.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the timesheet development portal
- Navigate to the Reports tab > manager view time off balance > select Submit
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:Add the below CSS code in the UserWorkForm:
<style>
.ellipsis .dataValueRead{
display : table-cell !important;
}
</style>
Published February 5, 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.