Editor scrolling: set max-width: 100% for the text editor clone instead of always resizing it. See #29246.

git-svn-id: https://develop.svn.wordpress.org/trunk@29524 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-08-18 01:12:31 +00:00
parent dcba23a58e
commit 27cd1b4f92
3 changed files with 6 additions and 5 deletions

View File

@@ -385,6 +385,7 @@ td.plugin-title p {
top: 0;
visibility: hidden;
overflow: hidden;
max-width: 100%;
}
.wp-fullscreen-wrap #content-textarea-clone {