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 {
float: right;
box-sizing: border-box;
width: calc( 100% - 250px );
padding: 3px 0 0 16px;
}