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

Fixes #45094.


git-svn-id: https://develop.svn.wordpress.org/trunk@45520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-06-12 19:20:13 +00:00
parent f3c91893a9
commit 7bd553f13b
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
}
}