Support Article
Section Getting Displayed inconsistently
SA-38928
Summary
Section Getting Displayed inconsistently for one user.
There is an extra space observed between the two columns when opened the section in Designer studio and for other user's there is no extra space observed.
Error Messages
Not Applicable
Steps to Reproduce
Open the section "Details" of PegaSI-Work- class.
Root Cause
In the application the user is using, Out-of-the-box (OOTB) skin rule py-enduser71-workarea-overrides is applied for the section where as in other application this OOTB skin rule is customized and replaced the value of float for .header-table-title to none from float:right because of which different behaviour is observed for different users.
Resolution
Add the following script in the UserWorkform to resolve the issue:
<style>
.header-title-table{
float : none;
}
</style>
Published July 18, 2017 - 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.