Larger min-height for textareas, and size based on font size

This commit is contained in:
John O'Nolan 2014-01-21 14:35:47 +07:00
parent b05f00087a
commit 185f3c65cd
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ textarea {
max-width: 340px;
min-width: 250px;
height: auto;
min-height: 80px;
min-height: 6.5em;
}
input, select, textarea {