mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-11 14:00:13 +00:00
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:
@@ -385,6 +385,7 @@ td.plugin-title p {
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-fullscreen-wrap #content-textarea-clone {
|
||||
|
||||
Reference in New Issue
Block a user