Support Article
Validation error icon overlapping with radio button
SA-28870
Summary
Validation error icon is overlapping with radio button. Below is the screen print for reference.

Error Messages
No Error Message
Steps to Reproduce
- Create a section
- Configure radio button control with required
- Submit the flow to get error message on radio button
Root Cause
A software use or operation error : User is using pega EndUser62 in Pega 7.x version. The CSS selectors div.radioTable span .iconErrorDiv to apply the css are missing.
Resolution
Perform the following local-change:
In the skins external style sheet implement the following code sinppet.
div.radioTable span {
padding-left : 10px !important;
}
Published October 7, 2016 - 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.