Support Article
Split Button Style has padding between fields on IE8 and IE9
SA-10107
Summary
The Split Button Style has extra padding between fields on IE8 and IE9 browsers. The issue does not occur on IE11, Chrome and Firefox browsers.
Error Messages
Not Applicable
Steps to Reproduce
Set up a split button style using IE8 or IE9 browsers.
Root Cause
The root cause of this problem is a defect in Pegasystems’ code/rules.
Resolution
This issue is resolved through the following Local-change:
Place the following style block in UserWorkForm:
<style type="text/css">
.content-split_button>.content-item>.content-inner {
display:inline !important;
}
</style>
Published June 12, 2015 - 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.