Opened 4 weeks ago
Closed 4 weeks ago
#64743 closed defect (bug) (fixed)
[Admin reskin] Dashboard widget empty container misaligned after reskin
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | admin-reskin has-patch commit |
| Focuses: | ui, css | Cc: |
Description
After the reskin empty columns in the dashboard are slightly misaligned.
Attachments (3)
Change History (14)
This ticket was mentioned in PR #11069 on WordPress/wordpress-develop by @fabiankaegy.
4 weeks ago
#1
- Keywords has-patch added
#4
@
4 weeks ago
Patch Testing Report
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/11069
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: Chrome 145.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Steps taken
- Head over to the admin dashboard.
- Observe the alignment of the empty widget container before and after applying the patch.
- ✅ Patch is solving the problem
Expected result
- The empty widget container is properly aligned with the other containers.
Additional Notes
- None
Screenshots/Screencast with results
#5
@
4 weeks ago
Test Report
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11069
Environment
- WordPress: 7.0-beta2-20260228.231606
- PHP: 8.4.17
- Server: PHP.wasm
- Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
- Browser: Chrome 145.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Steps taken
- Navigated to the Admin Dashboard (
/wp-admin/). - Observed the empty widget containers ("Drag boxes here" columns) were slightly misaligned before applying the patch.
- Applied the patch from PR #11069.
- Refreshed the Dashboard page and observed the empty widget containers again.
Result
- The patch fixes the issue. Empty dashboard widget containers are now properly aligned.
Expected result
- The empty widget containers should be properly aligned with the other dashboard widget columns.
Additional Notes
- The patch adds
margin: 4px;to the empty dashboard widget container indashboard.css. - No regressions observed.
| Before | After |
|
|
#6
@
4 weeks ago
Test Report
This Report Validates that the indicated patch address the issue.✅
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/11069
Environment:
WordPress - 7.0-Beta2
OS - Windows
Browser - Chrome
Theme: Twenty Twenty
PHP - 8.2.27
Plugin - None
Actual Results:
- Issue Resolved with Patch ✅
Supplemental Artifacts
- Attached
#8
@
4 weeks ago
I applied the patch and tested it locally on WordPress 7.0 Beta 2. The issue is fixed for me and everything is working properly now.
Before applying the patch:-
https://prnt.sc/P935KjnaQ0oX
After applying the patch:-
https://prnt.sc/gS9L1ayPTh6e






Trac ticket: https://core.trac.wordpress.org/ticket/64743
## Use of AI Tools
None