Django 4.2.x uses flexbox for field rows and this results in the ckeditor field taking up the minimal space that it can. This only becomes apparent in the example "blog" project when the toolbar items are reduced to only a few. (See screenshot below)
I've hacked around the issue by adding the following css:
Django 4.2.x uses flexbox for field rows and this results in the ckeditor field taking up the minimal space that it can. This only becomes apparent in the example "blog" project when the toolbar items are reduced to only a few. (See screenshot below)
I've hacked around the issue by adding the following css:
With the css applied: