Make WordPress Core

Changeset 48120


Ignore:
Timestamp:
06/22/2020 03:28:09 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r48050 r48120  
    14491449.plugin-card .desc {
    14501450    margin-left: 148px; /* icon + margin */
    1451     margin-right: 120px; /* action links */
     1451    margin-right: 128px; /* action links + margin */
    14521452}
    14531453
     
    14621462    clear: right;
    14631463    float: right;
    1464     margin-left: 2em;
    14651464    margin-bottom: 1em;
    14661465    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.