From 9b1405007853e0bb385691996c375d0d08ba8031 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 9 Mar 2020 09:20:59 +0100 Subject: [PATCH] Fix position of timezone icon in datepicker input Signed-off-by: Georg Ehrke --- css/app-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index b2765041c..fbfa484d6 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -288,7 +288,7 @@ } .datetime-picker-inline-icon { - margin-top: 6px; + margin-top: 17px; opacity: .3; border: none; background-color: transparent;