Make WordPress Core

Changeset 61759


Ignore:
Timestamp:
02/27/2026 07:38:16 PM (4 weeks ago)
Author:
joedolson
Message:

Admin: Fix alignment of dashboard widgets and welcome panel.

Adjust padding and margins of dashboard widgets to properly align with the content width, matching the Welcome Panel.

Props marc4, hbhalodia, noruzzaman, soyebsalar01, joedolson.
Fixes #64739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r61758 r61759  
    4141#dashboard-widgets-wrap {
    4242    overflow: hidden;
    43     margin: 0 -4px;
     43    margin: 0 -8px;
    4444}
    4545
     
    6060    /* Required min-height to make the jQuery UI Sortable drop zone work. */
    6161    min-height: 0;
    62     margin-right: 8px;
    63     padding: 4px;
     62    margin: 0 8px 20px;
     63    padding: 0;
    6464}
    6565
Note: See TracChangeset for help on using the changeset viewer.