Followup #2862 - Time field width in ticket_perform_action element.

This commit is contained in:
Mantas 2020-06-26 12:27:57 +03:00 committed by Thorsten Eckel
parent 22fe0a2a97
commit 6931fece7a

View file

@ -8852,6 +8852,10 @@ label + .wizard-buttonList {
input[type=text] {
width: auto;
}
input[data-item=time] {
width: 4.5ch;
}
}
.horizontal-filter-body {