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.



Built from https://develop.svn.wordpress.org/trunk@59550


git-svn-id: http://core.svn.wordpress.org/trunk@58936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-12-21 21:54:27 +00:00
parent f56f7a1ec6
commit 8d89d471f0
5 changed files with 5 additions and 5 deletions

View File

@ -175,7 +175,7 @@
.media-item .pinkynail {
float: right;
margin: 0 0 0 10px;
margin: 14px;
max-height: 70px;
max-width: 70px;
}

File diff suppressed because one or more lines are too long

View File

@ -174,7 +174,7 @@
.media-item .pinkynail {
float: left;
margin: 0 10px 0 0;
margin: 14px;
max-height: 70px;
max-width: 70px;
}

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59549';
$wp_version = '6.8-alpha-59550';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.