Skip to content

Commit 7007081

Browse files
committed
Administration: Reduce mobile item spacing in .misc-pub-section.
On small viewports, the total vertical padding of `.misc-pub-section` was adjusted from 14px to 40px. This significant different made for difficult reading of information in the Post Publish metabox, the Media details meta box, and the comment editing metabox. Shift the total vertical padding to 24px to improve the readability of metaboxes on mobile. Props mikinc860, dhrumilk, debarghyabanerjee, mukesh27, hbhalodia, sabernhardt, joedolson. Fixes #63571. git-svn-id: https://develop.svn.wordpress.org/trunk@60619 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ce08a53 commit 7007081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/edit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ table.links-table {
20022002
}
20032003

20042004
.misc-pub-section {
2005-
padding: 20px 10px;
2005+
padding: 12px 10px;
20062006
}
20072007

20082008
#delete-action,

0 commit comments

Comments
 (0)