mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Auto-resize the Quick Draft textarea. props lessbloat, markjaquith, helen. fixes #26053.
git-svn-id: https://develop.svn.wordpress.org/trunk@26564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3101,6 +3101,12 @@ form.initial-form.quickpress-open input#title {
|
||||
padding: 6px 7px;
|
||||
}
|
||||
|
||||
#quick-press textarea#content {
|
||||
min-height: 90px;
|
||||
max-height: 1300px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
/* Dashboard Quick Draft - Drafts list */
|
||||
|
||||
.js #dashboard_quick_press .drafts {
|
||||
|
||||
Reference in New Issue
Block a user