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:
parent
c034f5b4c3
commit
66dd6814e7
|
@ -846,8 +846,6 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
||||
float: right;
|
||||
box-sizing: border-box;
|
||||
width: calc( 100% - 250px );
|
||||
padding: 3px 0 0 16px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -846,8 +846,6 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
width: calc( 100% - 250px );
|
||||
padding: 3px 16px 0 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue