From 8979e7e44dcb1d86fe8ee3443bf5a2de021f0144 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Fri, 17 Jun 2022 13:33:48 +0000 Subject: [PATCH] ckeditor width to 100% --- fet2020/fet2020/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { ], }, ], - } + }, }