MDL-44218 editor_atto: prevent atto getting massive and allow the user to resize it

This commit is contained in:
Andrew Davis 2014-02-20 11:28:21 +08:00 committed by Damyon Wiese
parent a30a40cbf4
commit f331980308

View file

@ -4,6 +4,13 @@
} }
.editor_atto_content { .editor_atto_content {
padding: 4px; padding: 4px;
resize: vertical;
overflow: auto;
height: 200px;
}
/* Resize doesn't work in IE so revert to having the editor grow with the content */
body.ie .editor_atto_content {
height: auto;
} }
.editor_atto_content_wrap, .editor_atto_content_wrap,