Ticket #65151: 65151.diff
| File 65151.diff, 496 bytes (added by , 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 58 58 #dashboard-widgets .meta-box-sortables { 59 59 display: flow-root; /* avoid margin collapsing between parent and first/last child elements */ 60 60 /* Required min-height to make the jQuery UI Sortable drop zone work. */ 61 min-height: 0;61 min-height: 100px; 62 62 margin: 0 8px 20px; 63 63 padding: 0; 64 64 }