Skip to content

Commit b509dbb

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.2@45521 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bf25b39 commit b509dbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp-admin/css/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,6 +3715,7 @@ img {
37153715
}
37163716

37173717
.wrap {
3718+
clear: both;
37183719
margin-right: 12px;
37193720
margin-left: 0;
37203721
}
@@ -3975,7 +3976,7 @@ img {
39753976
}
39763977

39773978
#screen-meta-links {
3978-
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
3979+
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */
39793980
}
39803981
}
39813982

0 commit comments

Comments
 (0)