From f64d1956a79dc764b59aa04b64c02411b9505d78 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Mon, 11 Nov 2019 08:45:29 +0000 Subject: [PATCH] [design] improve form element line heights --- src/css/form.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/form.css b/src/css/form.css index 6ef6342f..b360f258 100755 --- a/src/css/form.css +++ b/src/css/form.css @@ -33,6 +33,7 @@ select { color: rgb(var(--form-label)); font-size: 1em; font-family: var(--font-regular); + line-height: 2; min-height: 2.5em; min-width: 0; width: 100%; @@ -172,7 +173,7 @@ input[type="text"] { color: rgb(var(--form-input-text)); font-size: 1em; font-family: var(--font-regular); - line-height: 2.5em; + line-height: 1.6em; height: 2.5em; min-width: 0; width: 100%;