Support Article
Screen is compressed after workarea upgrade to dynamic container
SA-34125
Summary
User has upgraded from PRPC 6.x to Pega 7.1.7 version.
And after upgrading they changed the WorkArea control to Dynamic Container, due to which screen was getting squeezed.

Local-Change: Suggested user to use Screen Layout instead of Panel Set. After this, the above issue got resolved but the Portal's background color changed. So suggested User to use pyEndUser71 as the default skin.
Current Issue:
Text in Portal's header is coming in black and font is small.
Portal's background color is not the same.
Error Messages
Not Applicable
Steps to Reproduce
1. Log into portal and open Work.
2. Go to second tab.
3. Return to work tab.
Root Cause
Its seems that after upgrade, the correct CSS was not getting applied.
Resolution
Perform the following local-change:
Issue1:
In the Userworkform add the below code:
.content-inline_grid_triple>.testportal>.content-inner>.filed-item{
font-size:50px !important;
color:white !important
}

Issue 2:
Create a CSS file and add the CSS file to the Harness or add it in the UserWorkForm:
.screen-layout-header > .screen-layout-region-header {
background-color: 1px solid #CCCCCC !important;
}

Published March 13, 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.