Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947
git-svn-id: http://svn.automattic.com/wordpress/trunk@18382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a1beac9a44
commit
6fae1a231e
|
@ -2069,6 +2069,7 @@ a.comment-reply-link > span {
|
|||
z-index: 1;
|
||||
}
|
||||
#respond textarea {
|
||||
resize: vertical;
|
||||
width: 95%;
|
||||
}
|
||||
#respond .comment-form-author .required,
|
||||
|
|
Loading…
Reference in New Issue