From 03276629c2c40215a9a6793b75a4633f5be4030b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 2 Jan 2021 21:41:47 +1100 Subject: [PATCH] CSS tweaks --- InvenTree/InvenTree/static/css/inventree.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 92568eeb11..78c1808adf 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -748,3 +748,6 @@ input[type="submit"] { to { transform: scale(1) rotate(360deg);} } +input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { + line-height: unset; +} \ No newline at end of file