Support Article
Cells align in the reverse order during run time
SA-74092
Summary
Dynamic layout table cells on the header display in the reverse order. On Design time, the cells are aligned from left to right. During the run time, the cells are aligned from right to left.
Error Messages
Not Applicable
Steps to Reproduce
- Select Show header/title on the dynamic layout
- Add 2 cells below the header. The cells display in the reverse order during the runtime
Root Cause
A defect in Pegasystems’ code or rules. An issue with backward compatibility. The screen that was used was designed as per PRPC 6.
Resolution
Perform the following local-change:
Add the below Cascading Style Sheets (CSS) styles to the UserWorkForm:
div.header-bar > div.header-content > h2.header-title,span.header-title-table{
float:left !important;
}
div.header-bar > div.header-content > span.header-title-table{
text-align:left !important;
}
div.header-bar > div.header-content > h2.header-title{
margin-right:15px !important;
}
Published March 1, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.