Support Article
Listview header style is not loaded properly
SA-7946
Summary
After upgrading application from 5.x to Pega 7.1.7, we have observed style issue on listview.
Steps to Reproduce
1) Create a listview
2) Run the listview
Root Cause
It is a style issue exists in the core css files of Pega
Resolution
1)Create a section as non auto generated html
2) Paste the below code snippet in the HTML area
<style>
.pageTabLeft.dataLabelWrite {
padding: 0;
}
</style>
3) Include the above created section as footer of the listview (goto format tab)
Published January 31, 2016 - 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.