Support Article
Mobile UI Issue - Radio button
SA-20875
Summary
Radio button alignment is incorrect in Mobile.
Error Messages
Not Applicable.
Steps to Reproduce
Not Applicable.
Root Cause
A defect in Pegasystems’ code or rules .
Due to margin-left style for devices (phones and tablet), radio button is misaligned to left.
Resolution
Perform the following local-change:
Paste the following style in UserWorkForm
<style>
.phone input[type="radio"]::before, .tablet input[type="radio"]::before{
margin: 0px !important;
}
</style>
Published March 16, 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.