From 99a47fb677e440f1287c898452c33949a2eeca07 Mon Sep 17 00:00:00 2001 From: Andrew Ozz <azaozz@git.wordpress.org> Date: Mon, 5 Nov 2012 23:55:10 +0000 Subject: [PATCH] Fix the right border of the editor textarea, props SergeyBiryukov, fixes #21906 git-svn-id: https://develop.svn.wordpress.org/trunk@22390 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/css/editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }