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

Fixes #47116.


git-svn-id: https://develop.svn.wordpress.org/trunk@46331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-26 20:37:01 +00:00
parent 2ff8e68e15
commit 4369b82732
1 changed files with 0 additions and 2 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 {
float: left;
box-sizing: border-box;
width: calc( 100% - 250px );
padding: 3px 16px 0 0;
}