Support Article
Autocomplete columns display incorrectly
SA-71847
Summary
The Autocomplete columns display incorrectly.

Error Messages
Not Applicable.
Steps to Reproduce
Unknown.
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:Add the following code in the UserWorkForm:
<style>
.pz-po-c
{
width:900px !important;
}
.autocompleteAG #gridLayoutTable {
table-layout: fixed ;
}
.autocompleteAG .gridTable {
/* width: 500px !important;*/
table-layout: auto !important;
}
.autocompleteAG #gridBody_right {
overflow: auto !important;
}
</style>
Published April 5, 2019 - 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.