From ae37418f95e7bde449f43bf35c4a41102a8bf745 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 25 Jan 2018 11:09:09 +0000 Subject: [PATCH] increasing size of time input to accommodate for large numbers --- opentech/static_src/src/sass/components/_form.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opentech/static_src/src/sass/components/_form.scss b/opentech/static_src/src/sass/components/_form.scss index 66e7ff2da..d12e9e5ac 100644 --- a/opentech/static_src/src/sass/components/_form.scss +++ b/opentech/static_src/src/sass/components/_form.scss @@ -172,11 +172,11 @@ // make date & time input siblings inline input[type='date'] { - max-width: calc(385px - 90px); + max-width: calc(385px - 100px); } input[type='date'] + input[type='time'] { - width: 90px; + width: 100px; } input[type='file'] { -- GitLab