Media: Restore the original Image Editor columns layout after [46326].

Fixes #47116.

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


git-svn-id: http://core.svn.wordpress.org/trunk@46130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-09-26 20:37:57 +00:00
parent c034f5b4c3
commit 66dd6814e7
5 changed files with 3 additions and 7 deletions

View File

@ -846,8 +846,6 @@ border color while dragging a file over the uploader drop area */
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content { .wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
float: right; float: right;
box-sizing: border-box;
width: calc( 100% - 250px );
padding: 3px 0 0 16px; padding: 3px 0 0 16px;
} }

File diff suppressed because one or more lines are too long

View File

@ -846,8 +846,6 @@ border color while dragging a file over the uploader drop area */
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content { .wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
float: left; float: left;
box-sizing: border-box;
width: calc( 100% - 250px );
padding: 3px 16px 0 0; padding: 3px 16px 0 0;
} }

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-beta1-46330'; $wp_version = '5.3-beta1-46331';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.