From 4faac33eb41003672fd347dad9f76f3a3111c4df Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 9 Jul 2019 16:05:33 +0200 Subject: [PATCH] CSS: Adapt input styles for feature/form-styling --- public/css/module.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 8163b18..0a359b7 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -66,12 +66,14 @@ form[name=form_timerangepickercommon_graphite] { } form[name=form_timerangepickercustom_graphite] { + min-width: 17em; + input[type=date] { - width: 12.5em; + min-width: 8em; } input[type=time] { - width: 7.5em; + min-width: 5em; } }