mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user