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:
parent
b709af4d63
commit
99a47fb677
@ -981,7 +981,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-container textarea.wp-editor-area {
|
.wp-editor-container textarea.wp-editor-area {
|
||||||
width: 99.9%;
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user