The fields width is small, it is 3.5em now
Change it to 4.5em
The fields width is small, it is 3.5em now
Change it to 4.5em
Sure. We'll have a look at that.
use a css extension (i.e. Stylus)
.create_new_scheduled_task input[name="hour"],
.create_new_scheduled_task input[name="minute"],
.scheduled_task_editor input[name="hour"],
.scheduled_task_editor input[name="minute"] {
width: 4.5em;
}