Make WordPress Core

Changeset 59550


Ignore:
Timestamp:
12/21/2024 09:52:56 PM (21 months ago)
Author:
audrasjb
Message:

Media: Fix margin issues on the Media file upload screen.

This changeset fixes an issue in the Media Library where icons or thumbnails of uploaded files were stuck to the border of their container after file upload.

Follow-up to [58279].

Props sukhendu2002, im3dabasia1, sainathpoojary, joedolson.
Fixes #62573.
See #60141.

File:
1 edited

Legend:

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

    r58279 r59550  
    175175.media-item .pinkynail {
    176176        float: left;
    177         margin: 0 10px 0 0;
     177        margin: 14px;
    178178        max-height: 70px;
    179179        max-width: 70px;
Note: See TracChangeset for help on using the changeset viewer.