diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index eeb37697..d8651146 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -238,6 +238,7 @@ CKEDITOR_CONFIGS = { }, ], "toolbar": "Custom", + "width": "100%", "toolbar_Custom": [ {"name": "styles", "items": ["Styles", "Format", "Font", "FontSize"]}, {"name": "tools", "items": ["Maximize", "ShowBlocks"]}, @@ -287,7 +288,7 @@ CKEDITOR_CONFIGS = { ], }, ], - } + }, }