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:
parent
b9d4003d26
commit
17652fb3d4
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue