mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-44218 editor_atto: prevent atto getting massive and allow the user to resize it
This commit is contained in:
parent
a30a40cbf4
commit
f331980308
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue