From 6931fece7aa5569914b732b74bb378814adca8f4 Mon Sep 17 00:00:00 2001 From: Mantas Date: Fri, 26 Jun 2020 12:27:57 +0300 Subject: [PATCH] Followup #2862 - Time field width in ticket_perform_action element. --- app/assets/stylesheets/zammad.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index d35cb1e71..24f6b52be 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -8852,6 +8852,10 @@ label + .wizard-buttonList { input[type=text] { width: auto; } + + input[data-item=time] { + width: 4.5ch; + } } .horizontal-filter-body {