misc: remove ability to resize ckeditor within cell (#6608)

It's buggy thanks to the max-height forced on cells and there's now a maximize
button that is more effective in #10915.
This commit is contained in:
Frédéric Péters 2016-05-16 10:31:01 +02:00
parent 2e1a2ed643
commit e0e979ee94
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ CKEDITOR_CONFIGS = {
['RemoveFormat',],
['Maximize']],
'toolbar': 'Own',
'resize_enabled': False,
},
}