Notifications
Clear all
Nov 02, 2022 11:35 pm
Hi,
In the 1.17Rev3, when I choose a date on the ticket view page, the datepicker shows wrongly.
Nov 09, 2022 2:49 am
Add the following to Admin Panel > Theme > Custom CSS:
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
width: 25px !important;
}