Fix: excessive vertical spacing in sidebar metadata on Edit Media screen (mobile view)#8990
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
|
|
||
| .misc-pub-section { | ||
| padding: 20px 10px; | ||
| padding: 15px 10px; |
There was a problem hiding this comment.
| padding: 15px 10px; | |
| padding: 12px 10px; |
As per latest comment in the ticket : https://core.trac.wordpress.org/ticket/63571#comment:6
Trac Ticket:
Core-63571
Description
This PR addresses a UI issue in the WordPress admin area on the Edit Media screen (/wp-admin/post.php?post=&action=edit), where the right-hand sidebar (.misc-pub-section) exhibits excessive and uneven vertical spacing between metadata items when viewed on smaller screen widths.
Problem
Solution
This aligns the vertical spacing with mobile UI best practices and ensures a more compact, user-friendly display on smaller screens.
Screenshots