mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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:
parent
f56f7a1ec6
commit
8d89d471f0
@ -175,7 +175,7 @@
|
||||
|
||||
.media-item .pinkynail {
|
||||
float: right;
|
||||
margin: 0 0 0 10px;
|
||||
margin: 14px;
|
||||
max-height: 70px;
|
||||
max-width: 70px;
|
||||
}
|
||||
|
2
wp-admin/css/media-rtl.min.css
vendored
2
wp-admin/css/media-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -174,7 +174,7 @@
|
||||
|
||||
.media-item .pinkynail {
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
margin: 14px;
|
||||
max-height: 70px;
|
||||
max-width: 70px;
|
||||
}
|
||||
|
2
wp-admin/css/media.min.css
vendored
2
wp-admin/css/media.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user