Make WordPress Core

Ticket #65151: 65151.diff

File 65151.diff, 496 bytes (added by yusufmudagal, 8 weeks ago)
  • src/wp-admin/css/dashboard.css

    diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css
    index 324637a7a7..2222a50e66 100644
    a b  
    5858#dashboard-widgets .meta-box-sortables {
    5959        display: flow-root; /* avoid margin collapsing between parent and first/last child elements */
    6060        /* Required min-height to make the jQuery UI Sortable drop zone work. */
    61         min-height: 0;
     61        min-height: 100px;
    6262        margin: 0 8px 20px;
    6363        padding: 0;
    6464}