Followup #2862 - Time field width in ticket_perform_action element.
This commit is contained in:
parent
22fe0a2a97
commit
6931fece7a
1 changed files with 4 additions and 0 deletions
|
@ -8852,6 +8852,10 @@ label + .wizard-buttonList {
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[data-item=time] {
|
||||||
|
width: 4.5ch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.horizontal-filter-body {
|
.horizontal-filter-body {
|
||||||
|
|
Loading…
Reference in a new issue