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
This commit is contained in:
Andrew Ozz 2012-11-05 23:55:10 +00:00
parent b709af4d63
commit 99a47fb677

View File

@ -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;
}