Plugins: Make the appearance of plugin action links on Add Plugins screen more consistent.

This ensures that the "More Details" link does not randomly wrap to a second line depending on the length of the button label above.

Props sabernhardt, kharisblank, Otto42, paresh07.
Fixes #48648.

git-svn-id: https://develop.svn.wordpress.org/trunk@48120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-06-22 15:28:09 +00:00
parent 33438e0658
commit 9e3b322f8f

View File

@ -1448,7 +1448,7 @@ div.action-links,
.plugin-card .name, .plugin-card .name,
.plugin-card .desc { .plugin-card .desc {
margin-left: 148px; /* icon + margin */ margin-left: 148px; /* icon + margin */
margin-right: 120px; /* action links */ margin-right: 128px; /* action links + margin */
} }
.plugin-card .action-links { .plugin-card .action-links {
@ -1461,7 +1461,6 @@ div.action-links,
.plugin-action-buttons { .plugin-action-buttons {
clear: right; clear: right;
float: right; float: right;
margin-left: 2em;
margin-bottom: 1em; margin-bottom: 1em;
text-align: right; text-align: right;
} }