Support Article
Checkbox displays incorrectly on Internet Explorer 11 browser
SA-88822
Summary
The checkbox displays incorrectly on the Internet Explorer 11 browser. The right side border of the checkbox is not present.
Error Messages
Not Applicable
Steps to Reproduce
Open a section with the checkbox control on the Internet Explorer 11 browser.
Root Cause
Issue with the dealing of the Internet Explorer 11 browser with flex.
Resolution
Perform the following local-change:
Add the below style to the UserWorkForm:
span.checkbox {
display: inline ;
align-items: center;
}
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.