Browse Source

min-height for textarea

tags/v1.0.0
Chris Smith 5 years ago
parent
commit
c94dd365bb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      form.html

+ 1
- 0
form.html View File

34
 
34
 
35
         .form textarea {
35
         .form textarea {
36
             resize: vertical;
36
             resize: vertical;
37
+            min-height: 100px;
37
         }
38
         }
38
 
39
 
39
         .form button {
40
         .form button {

Loading…
Cancel
Save