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*
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;
}
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.
Checked the Wrap Text option under Presentation tab for Label Cell Properties. This made the Label and Radio button appear in one line.
Radio buttons overlapping was fixed by increasing the cell width in Advanced Presentation Options under Presentation tab of Radio Button Cell Properties.