mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-02 09:55:44 +02:00
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:
parent
3ac8cab666
commit
1bafce0dbb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user