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

Misalignment in buttons is seen in Delegated rules

SA-32069

Summary



In the delegated rules, there is a misalignment in the buttons, the discard button is not aligned with the other buttons also the checkout button is not aligned.

Error Messages



Not applicable

Steps to Reproduce



In delegated rules, observe the checkout and discard buttons.

Root Cause



A defect in Pegasystems’ code or rules: This is due to vertical-align bottom is added on section includes DL.

Resolution



Perform the following local-change:

Add below style script in UserWorkForm:

<style>
.sectionDivStyle div.content.header-row .content-inline_middle > .content-item {
vertical-align: middle;
}
.sectionDivStyle div.content.header-row .sectionDivStyle .content.layout-content-inline_middle.content-inline_middle .content-item .content-inner button {
margin-bottom: 2px;
}
.ie .sectionDivStyle div.content.header-row .sectionDivStyle .content.layout-content-inline_middle.content-inline_middle .content-item .content-inner button {
margin-bottom: 3px;
}
</style>

Note: The issue is fixed in Pega 7.2.3.

Published January 5, 2017 - 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