From 4c310aef82b25c4d82088f3e42f15bc7c36c98f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Thu, 19 Mar 2020 10:17:17 +0100 Subject: [PATCH] styles: input type date and time width (#40823) --- gadjo/static/css/_forms.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index 737c09b..756004d 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -196,6 +196,10 @@ input[type=file] { padding-left: 0; } +input[type="time"], input[type="date"] { + width: auto !important; +} + select { background: white; @include vendor-prefix('appearance', 'none');