diff --git a/opentech/static_src/src/sass/components/_form.scss b/opentech/static_src/src/sass/components/_form.scss
index 66e7ff2da636f949e5c547db9eb02d9b93ae3395..d12e9e5ac02b902c0936d031364afa5c1071dc82 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'] {