From 5d762001c855c911f1afaacbd87234dbee66bf23 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 13 Jul 2018 21:37:49 +0200 Subject: [PATCH] Fix too small border in datetime picker (references #14) --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index c6ed8a77..b5c7f865 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -156,3 +156,8 @@ td { padding: 0.8em; } } + +/* Third party component customizations - Tempus Dominus */ +.bootstrap-datetimepicker-widget.dropdown-menu { + width: auto !important; +}