Question
2
Replies
81
Views
Posted: September 8, 2020
Last activity: September 17, 2020
Solved
Radio Buttons are either overlapping or not aligned with label(i.e.Question, SS attached) next to it in some screens.
Radio Buttons are either overlapping or not aligned with label(i.e.Question, SS attached) next to it in some screens. Issue appearing after Pega Upgrade to version 8.4.1
***Edited by Moderator Marissa to update Platform Capability tags****
1. Below change will be applied for all the radio buttons across your application
Add the below code in the UserWorkForm for removing overlapping.(try by adjusting the pixels size based on your requirement) div.radioTable span{
margin-top: 9px;
margin-right: 9px;
}
2. For changes specific to a Radio Button, try giving right & top padding or margin in Presentation tab in the Cell Properties of that particular control.