Fix the right border of the editor textarea, props SergeyBiryukov, fixes #21906

git-svn-id: http://core.svn.wordpress.org/trunk@22390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-11-05 23:55:10 +00:00
parent f26bbc0dd7
commit e58fb0852b
1 changed files with 2 additions and 1 deletions

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