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

git-svn-id: http://core.svn.wordpress.org/trunk@22703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-20 02:59:31 +00:00
parent 3ac8cab666
commit 1bafce0dbb

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;
}