Forgot this one. Also disable horizontal resize for the bio field

This commit is contained in:
Jef van Schendel 2012-01-01 18:14:39 +01:00
parent ce86b1d5af
commit f5d837fe4a

View File

@ -257,7 +257,7 @@ textarea#comment_content {
width: 20px;
}
textarea#description {
textarea#description, textarea#bio {
resize: vertical;
}