Skip to content

Commit

Permalink
Administration: Fix the responsive layout after changes to the Screen…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
afercia committed Jun 12, 2019
1 parent bf25b39 commit b509dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wp-admin/css/common.css
Expand Up @@ -3715,6 +3715,7 @@ img {
}

.wrap {
clear: both;
margin-right: 12px;
margin-left: 0;
}
Expand Down Expand Up @@ -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 */
}
}

Expand Down

0 comments on commit b509dbb

Please sign in to comment.