Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947

git-svn-id: https://develop.svn.wordpress.org/trunk@18382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-06-30 19:49:47 +00:00
parent 1d8d8bffc9
commit 18620b9c9b

View File

@@ -2069,6 +2069,7 @@ a.comment-reply-link > span {
z-index: 1;
}
#respond textarea {
resize: vertical;
width: 95%;
}
#respond .comment-form-author .required,