Fix: Inconsistent vertical spacing in “At a Glance” widget between he…#10992
Conversation
…ading and content
|
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. |
…lance-widget-between-heading-and-content
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. |
Ticket : https://core.trac.wordpress.org/ticket/64682
Summary
This patch standardizes the vertical spacing between the heading and the first content item in the “At a Glance” admin dashboard widget to match the spacing conventions used by other dashboard widgets.
Description
The “At a Glance” widget currently exhibits noticeably larger vertical spacing between the widget title and its first content line (e.g., “1 Published post”) compared to other dashboard widgets. This inconsistency affects the visual rhythm of the admin dashboard and deviates from expected UI spacing standards.
This change adjusts the relevant CSS styles so that the spacing between the heading and content aligns with other widgets, improving visual consistency and coherence within the Dashboard.
Changes Included
Rationale
Testing
Screenshot