Skip to content

Commit

Permalink
Plugins: Adjust margin for plugin headings on "Add Plugins" screen to…
Browse files Browse the repository at this point in the history
… avoid overlapping with "Network Activate" button.

Props justinahinon, chetan200891.
Fixes #47600.

git-svn-id: https://develop.svn.wordpress.org/trunk@45824 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Aug 17, 2019
1 parent e810b32 commit 6f30523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wp-admin/css/list-tables.css
Expand Up @@ -1465,7 +1465,7 @@ div.action-links,
}

.plugin-card h3 {
margin: 0 0 12px;
margin: 0 12px 12px 0;
font-size: 18px;
line-height: 1.3;
}
Expand Down Expand Up @@ -1646,6 +1646,10 @@ div.action-links,
margin-right: 20px;
}

.plugin-card h3 {
margin-right: 24px;
}

.plugin-card .name,
.plugin-card .desc {
margin-right: 0;
Expand Down

0 comments on commit 6f30523

Please sign in to comment.