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

Work queue is misaligned in case worker and manager portals

SA-79626

Summary



Work queue is misaligned in the case worker and the manager portals. This occurs post application update.


Error Messages

Not Applicable.


Steps to Reproduce

  1. Update from Pega 7.1.5 to Pega 7.4
  2. Launch the case manager or the case worker portal




Root Cause



The column layout has a fixed width.


Resolution

Perform the following local-change:
  1. Change the column layout to dynamic layout (inline double grid)
  2. Add the below Cascading Style Sheets (CSS) in UserWorkForm:

    <style>
    div[node_name="pyWorkBasketDetail"] .content-item.content-layout.item-1.flex.flex-row{
        width: calc(80.0% - 7.0px);
    }

    div[node_name="pyWorkBasketDetail"] .content-item.content-layout.item-2.flex.flex-row{
        width: calc(20.0% - 7.0px);

    </style>

 

Published August 15, 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