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:
parent
d0c1b77cda
commit
9f7f9d2d89
|
@ -3721,6 +3721,7 @@ img {
|
|||
}
|
||||
|
||||
.wrap {
|
||||
clear: both;
|
||||
margin-left: 12px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -3981,7 +3982,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
|
@ -3721,6 +3721,7 @@ img {
|
|||
}
|
||||
|
||||
.wrap {
|
||||
clear: both;
|
||||
margin-right: 12px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
@ -3981,7 +3982,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
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue