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:
parent
f26bbc0dd7
commit
e58fb0852b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue