You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
.ck.ck-reset.ck-editorwidth: 100%
With the css applied:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: