Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.3, 2.1, 2.2
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_21_STABLE
-
Description
There is a minimum size of 100px for TinyMCE, which is unnecessarily big.
Fixing this comes in two parts. It requires a change to TinyMCE to get rid of some unnecesary hard-coding of the 100px. See:
http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=3789
https://github.com/tinymce/tinymce/pull/69
Then we need to change our configuration, which I am about to create a commit for.