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

Embedded listview with Multiple Select shows tiny checkboxes

SA-22777

Summary



Application has been upgraded from  PRPC 6.1 to Pega 7.1.9, and after the upgrade, tiny checkboxes appear against the results of an embedded List-View rule, with multi-select option enabled. Previously in PRPC 6, these checkboxes appeared in their default normal size.

Error Messages



No error messages.


Steps to Reproduce

  1. Embed a ListView in a section.
  2. Enable Multi Select on the ListView.
  3. Run the Flow containing the section.


Root Cause



A setting in the CSS causing the checkboxes to shrink in relation to the browser window size.

Resolution



Add the following to the UserWorkForm HTML Fragment Rule:

<style>
 
.content-inner .field-item input{
    width:auto;
}
</style>
 

Published May 4, 2016 - Updated October 8, 2020

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