****************************** **
To reduce the width of DateTime control, go to Nintex Form Settings >> Custom CSS and add below
.cu-date
{
width: 120px !important;
}
.cu-date input
{
width: 70px;
}
and add cu-date class to Date\Time control
****************************** **
No comments:
Post a Comment