Explorar el Código

min-height for textarea

tags/v1.0.0
Chris Smith hace 5 años
padre
commit
c94dd365bb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      form.html

+ 1
- 0
form.html Ver fichero

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

Loading…
Cancelar
Guardar