Media: Allow textareas to be vertically resized. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-20 02:59:31 +00:00
parent 1f5e71fd3a
commit 4a696709f8
1 changed files with 1 additions and 2 deletions

View File

@ -232,7 +232,7 @@
.media-sidebar .setting textarea,
.compat-item .field textarea {
height: 62px;
resize: none;
resize: vertical;
}
.media-sidebar select {
@ -586,7 +586,6 @@
margin: -1px 0 0;
padding: 8px;
font-size: 12px;
resize: none;
border-radius: 0;
}