UI: Restrict textarea resizing to vertical to prevent ugliness.

props tyxla, MatheusFD.
fixes #33400.


git-svn-id: https://develop.svn.wordpress.org/trunk@33890 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-09-03 18:04:27 +00:00
parent 71d4444ac7
commit 52f31a77e9

View File

@ -195,6 +195,7 @@ textarea {
overflow: auto;
padding: 2px 6px;
line-height: 1.4;
resize: vertical;
}
.wp-admin input[type="file"] {