Forgot this one. Also disable horizontal resize for the bio field
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Jan 2012 17:14:39 +0000 (18:14 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Jan 2012 17:14:39 +0000 (18:14 +0100)
mediagoblin/static/css/base.css

index e58a73683c5e4fba9fa2f3eca0f39fce646a5343..76e37c1b2d39b4448f6917697dfccc5ba53206cf 100644 (file)
@@ -257,7 +257,7 @@ textarea#comment_content {
   width: 20px;
 }
 
-textarea#description {
+textarea#description, textarea#bio {
   resize: vertical;
 }