Administration: Fix the responsive layout after changes to the Screen Options and Help buttons position.

Merges [45520] to the 5.2 branch.
Fixes #45094 for 5.2.2.

Built from https://develop.svn.wordpress.org/branches/5.2@45521


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-06-12 19:24:55 +00:00
parent 6b63fc5845
commit 3d1f02b537
5 changed files with 7 additions and 5 deletions

View File

@ -3715,6 +3715,7 @@ img {
}
.wrap {
clear: both;
margin-left: 12px;
margin-right: 0;
}
@ -3975,7 +3976,7 @@ img {
}
#screen-meta-links {
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
}
}

File diff suppressed because one or more lines are too long

View File

@ -3715,6 +3715,7 @@ img {
}
.wrap {
clear: both;
margin-right: 12px;
margin-left: 0;
}
@ -3975,7 +3976,7 @@ img {
}
#screen-meta-links {
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
}
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2.2-RC1-45518';
$wp_version = '5.2.2-RC1-45521';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.