Widgets: Fix "jumpiness" when reordering widgets by dragging them.

Props ketanumretiya030, mukesh27, andraganescu, audrasjb.
Fixes #46941.

Built from https://develop.svn.wordpress.org/trunk@46028


git-svn-id: http://core.svn.wordpress.org/trunk@45838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-09-04 21:49:48 +00:00
parent b9d4003d26
commit 17652fb3d4
8 changed files with 6 additions and 8 deletions

View File

@ -802,7 +802,6 @@ ul.CodeMirror-hints {
}
div.widget {
margin: 0 auto !important;
max-width: 480px;
}

File diff suppressed because one or more lines are too long

View File

@ -802,7 +802,6 @@ ul.CodeMirror-hints {
}
div.widget {
margin: 0 auto !important;
max-width: 480px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46019';
$wp_version = '5.3-alpha-46028';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.