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

Fixes #45094.

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


git-svn-id: http://core.svn.wordpress.org/trunk@45331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-06-12 19:21:54 +00:00
parent d0c1b77cda
commit 9f7f9d2d89
5 changed files with 7 additions and 5 deletions

View File

@ -3721,6 +3721,7 @@ img {
} }
.wrap { .wrap {
clear: both;
margin-left: 12px; margin-left: 12px;
margin-right: 0; margin-right: 0;
} }
@ -3981,7 +3982,7 @@ img {
} }
#screen-meta-links { #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

@ -3721,6 +3721,7 @@ img {
} }
.wrap { .wrap {
clear: both;
margin-right: 12px; margin-right: 12px;
margin-left: 0; margin-left: 0;
} }
@ -3981,7 +3982,7 @@ img {
} }
#screen-meta-links { #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 * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-45519'; $wp_version = '5.3-alpha-45520';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.