mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-19 10:44:24 +00:00
Fix padding for Quick Draft dashboard widget when there are no drafts.
props aubreypwd. fixes #26076. git-svn-id: https://develop.svn.wordpress.org/trunk@26239 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2981,7 +2981,7 @@ body #dashboard-widgets .postbox form .submit {
|
||||
|
||||
#dashboard_quick_press form {
|
||||
overflow: hidden;
|
||||
margin: 12px 12px 0;
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .drafts,
|
||||
@@ -3071,7 +3071,6 @@ form.initial-form.quickpress-open input#title {
|
||||
|
||||
#dashboard_quick_press .drafts {
|
||||
border-top: 1px solid #eee;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .drafts abbr {
|
||||
|
||||
Reference in New Issue
Block a user