0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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

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 {