Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

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


 
  1. Select Show header/title on the dynamic layout
  2. 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

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us