From 4369b82732ea5dce9b98a15efe9b3e66a5c565e5 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 26 Sep 2019 20:37:01 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/media.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index 5f2cdf87bb..7822139c85 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -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; }