Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

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

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice