Opened 12 days ago
Closed 8 days ago
#64682 closed defect (bug) (fixed)
Inconsistent vertical spacing in “At a Glance” widget between heading and content
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | admin-reskin has-screenshots has-patch |
| Focuses: | css | Cc: |
Description
WordPress version: 7.0
Environment: Clean install, default theme, no active plugins
Steps to Reproduce
Log in to WordPress Dashboard
Locate the “At a Glance” widget
Compare the spacing between the widget title and the first content item
Compare this spacing with other Dashboard widgets
Expected Result
Spacing between the widget heading (“At a Glance”) and the first content item should be consistent with other Dashboard widgets.
Actual Result
There is noticeably larger vertical spacing between the heading and the first item (“1 Published post”) compared to other widgets. The spacing feels inconsistent within the Dashboard layout.
Additional Notes
Reproducible on fresh installation
No custom admin CSS
May be related to margin or padding differences specific to this widget
Attachments (3)
Change History (8)
This ticket was mentioned in PR #10992 on WordPress/wordpress-develop by @opurockey.
12 days ago
#2
- Keywords has-patch added
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
- Modified CSS for the “At a Glance” widget to reduce the vertical spacing between the widget heading and the first content element.
- Ensured the updated spacing matches that of other core dashboard widgets for a consistent layout.
- No functional behavior changes beyond visual spacing adjustments.
## Rationale
- Corrects a UI inconsistency introduced in the admin dashboard layout.
- Aligns the “At a Glance” widget with existing spacing conventions for better visual harmony and user experience.
## Testing
- Verified the updated spacing on a clean install of WordPress trunk (7.0), default theme, and no active plugins.
- Confirmed that the adjusted spacing matches other dashboard widgets without visual regressions.
## Screenshot
#3
@
9 days ago
Patch Testing Report
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/10992
Environment
WordPress: 7.0-beta1-61709-src
PHP: 8.2.29
Server: nginx/1.29.5
Database: mysqli (Server: 8.4.8 / Client: mysqlnd 8.2.29)
Browser: Firfox developer edition 148.0b15 (64-bit)
OS: Windows 11
Theme: Twenty Twenty-Five 1.4
MU Plugins: None activated
Plugins:
Test Reports 1.2.1
Steps taken
Installed a fresh WordPress 7.0-beta1.
Logged in to the WordPress admin dashboard.
Navigated to Dashboard → Home.
Observed the At a Glance widget.
Applied PR.
Refreshed the dashboard and verified alignment.
✅ Patch is solving the problem
Expected result
spacing matches other dashboard widgets without visual regressions.


Moving to 7.0 and assigning
admin-reskin, just in case.