diff --git a/src/parts/_forms.css b/src/parts/_forms.css index 693ce37..01b8ff7 100644 --- a/src/parts/_forms.css +++ b/src/parts/_forms.css @@ -69,7 +69,8 @@ textarea:not([cols]) { } textarea:not([rows]) { - min-height: 140px; + min-height: 40px; + height: 140px; } select {