We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b845 commit f64d195Copy full SHA for f64d195
1 file changed
src/css/form.css
@@ -33,6 +33,7 @@ select {
33
color: rgb(var(--form-label));
34
font-size: 1em;
35
font-family: var(--font-regular);
36
+ line-height: 2;
37
min-height: 2.5em;
38
min-width: 0;
39
width: 100%;
@@ -172,7 +173,7 @@ input[type="text"] {
172
173
color: rgb(var(--form-input-text));
174
175
- line-height: 2.5em;
176
+ line-height: 1.6em;
177
height: 2.5em;
178
179
0 commit comments