Support Article
Text input control Height varies in Chrome and IE 11
SA-87650
Summary
The height of the Text Input control is shorter in the Internet Explorer (IE) 11 browser when compared to the Chrome browser.
Error Messages
Not Applicable
Steps to Reproduce
Add a text input control to a section.
Root Cause
A third-party product issue: Default behavior in Internet Explorer 11 browser.
Resolution
Perform the following local-change:
Add the below code to the UserWorkForm:
<style>
INPUT[type="text"] {
height: 30px;
}
</style>
Published November 26, 2019 - 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.