Skip to content

Commit

Permalink
Media: Fix margin issues on the Media file upload screen.
Browse files Browse the repository at this point in the history
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.




git-svn-id: https://develop.svn.wordpress.org/trunk@59550 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Dec 21, 2024
1 parent afc8acf commit 17d5e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

.media-item .pinkynail {
float: left;
margin: 0 10px 0 0;
margin: 14px;
max-height: 70px;
max-width: 70px;
}
Expand Down

0 comments on commit 17d5e47

Please sign in to comment.