Plugins: Adjust margin for plugin headings on "Add Plugins" screen to 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
This commit is contained in:
parent
e810b32f42
commit
6f30523ce9
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user