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
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.