diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css index c21b3e4800..ba9579ed43 100644 --- a/wp-includes/css/editor.css +++ b/wp-includes/css/editor.css @@ -981,7 +981,8 @@ } .wp-editor-container textarea.wp-editor-area { - width: 99.9%; + width: 100%; + margin: 0; -webkit-box-shadow: none; box-shadow: none; }