Skip to content

Commit f64d195

Browse files
committed
[design] improve form element line heights
1 parent 7c8b845 commit f64d195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/css/form.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ select{
3333
color:rgb(var(--form-label));
3434
font-size:1em;
3535
font-family:var(--font-regular);
36+
line-height:2;
3637
min-height:2.5em;
3738
min-width:0;
3839
width:100%;
@@ -172,7 +173,7 @@ input[type="text"]{
172173
color:rgb(var(--form-input-text));
173174
font-size:1em;
174175
font-family:var(--font-regular);
175-
line-height:2.5em;
176+
line-height:1.6em;
176177
height:2.5em;
177178
min-width:0;
178179
width:100%;

0 commit comments

Comments
(0)