mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-34616 fix editor resizing regression
This commit is contained in:
parent
55a568fa7d
commit
4b8d031a4e
@ -152,6 +152,7 @@ class tinymce_texteditor extends texteditor {
|
||||
'theme_advanced_fonts' => $fontselectlist,
|
||||
'theme_advanced_resize_horizontal' => true,
|
||||
'theme_advanced_resizing' => true,
|
||||
'theme_advanced_resizing_min_height' => 30,
|
||||
'min_height' => 30,
|
||||
'theme_advanced_toolbar_location' => "top",
|
||||
'theme_advanced_statusbar_location' => "bottom",
|
||||
|
Loading…
x
Reference in New Issue
Block a user