1-Visitor
December 23, 2020
Solved
Height Control for Data Picker widget in Thingworx 9.0
- December 23, 2020
- 1 reply
- 3616 views
Hi,
I need to control the height in the ptcs-datapicker widget in Thingworx 9.0.
This the custom css i have used for datepicker
.cus-date-pick ptcs-datepicker::part(date-field) {
min-height:25px !important;
}
.cus-date-pick ptcs-datepicker::part(text-box) {
height:25px !important;
}
In the the first three pic i have used the height properties for datepicker but it is not working,
and the fourth pic was the only need for us

