From 4822d9a4b8b92773e7c6779ed038789f84a137a9 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 7 Jul 2019 10:10:20 +0200 Subject: [PATCH] Fixed date-only-datetimepicker width --- public/css/grocy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 1ec0fced..d9eb9949 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -270,7 +270,7 @@ html { } /* Third party component customizations - Tempus Dominus */ -.date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu { +.bootstrap-datetimepicker-widget.dropdown-menu { width: auto !important; }