Media: Removes duplicate alignment fix for browser uploader.

See #41648

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


git-svn-id: http://core.svn.wordpress.org/trunk@49293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
antpb 2020-11-09 23:43:07 +00:00
parent 964c353504
commit 64beb3ee49
5 changed files with 3 additions and 11 deletions

View File

@ -206,10 +206,6 @@
font-size: 1em;
}
#html-upload-ui #async-upload {
font-size: 13px;
}
.media-upload-form .media-item.error,
.media-upload-form .media-item .error {
width: auto;

File diff suppressed because one or more lines are too long

View File

@ -205,10 +205,6 @@
font-size: 1em;
}
#html-upload-ui #async-upload {
font-size: 13px;
}
.media-upload-form .media-item.error,
.media-upload-form .media-item .error {
width: auto;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta3-49554';
$wp_version = '5.6-beta3-49555';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.