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:
parent
71d4444ac7
commit
52f31a77e9
@ -195,6 +195,7 @@ textarea {
|
||||
overflow: auto;
|
||||
padding: 2px 6px;
|
||||
line-height: 1.4;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.wp-admin input[type="file"] {
|
||||
|
Loading…
Reference in New Issue
Block a user