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

DateTime control height is inconsistent

SA-70773

Summary



DateTime control height varies depending on the Control type and Presentation settings.




Error Messages



Not Applicable


Steps to Reproduce



Create a DateTime control that does not allow entry of text (as shown below).




Root Cause



The DateTime control that did not allow entry of text added extra padding.


Resolution



Perform the following local-change:

Increase the padding to 4px for an inactive DateTime control in the UserWorkForm.

<style>
  .inactvDtTmTxt {
  margin: 0;
  padding: 4px 0px;
  padding-right:17px;
  display:inline-block;
  vertical-align:middle;
  }
</style>

Published August 15, 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.

Did you find this content helpful?

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