Skip to content

Commit

Permalink
MDL-44218 editor_atto: prevent atto getting massive and allow the use…
Browse files Browse the repository at this point in the history
…r to resize it
  • Loading branch information
andyjdavis authored and Damyon Wiese committed Mar 26, 2014
1 parent a30a40c commit f331980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/editor/atto/styles.css
Expand Up @@ -4,6 +4,13 @@
}
.editor_atto_content {
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,
Expand Down

0 comments on commit f331980

Please sign in to comment.