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

Report Edit and Action buttons are aligned incorrectly

SA-70909

Summary



When running a report with multiple columns (more than 25), the Edit report and Action buttons are aligned incorrectly. Additionally, the columns do not fit in the white background. This occurs in the Internet Explorer browser.




Error Messages

Not Applicable


Steps to Reproduce

  1. Create a report definition with more than 25 columns.
  2. Run the report from the Customer Service Interaction portal in the Internet Explorer browser. The Edit or Action buttons are arranged incorrectly and and the columns do not fit in the white background.


Root Cause



The styles were set to,

".ie11 table.ie-table-fix" style sets "table-layout: fixed".



Resolution



Perform the following local-change:

Add the below code in the pyReportEditorStyling rule (any available rule), which is included in the DisplayReport (Code-Pega-List class) harness in the stylesheet.

.ie11 [node_name="DisplayReport"] table.ie-table-fix{
   table-layout:auto;
}

 

Published January 15, 2019 - Updated December 2, 2021

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